Data Types in C Programming

Data type is a keyword. It decide size of data in C/C++ programming which type of data can be stored in program. In C/C++ all the data must be stored in the variable. There are different types of data so it is necessary to specify which type of data the variable should store to perform … Read more

error: Content is protected !!