Variable and Data Types

data types in c language

In this tutorial we will learn about variable and data types in c language. First we will learn why we need variables in c, and after that about different data types in c language. Now look at the below code, In the above C code, you need to focus on first line of main() function,that…

Read More ยป