Data type in c – Free C programming Tutorials
In this section, you will learn about data types and how to declare a variable with certain data type in C programming language.In C programming, variables or memory locations should be declared before it can be used. Similarly, a function also needs to be declared before use. Data types is simply defines as the type …