What are the types of data types in C ?
C language supports 3 data types: Primary Data Types User Defined Data Types Secondary Data Types Primary Data Types:...
What do you mean by Data Type in C ?
Data type is type of the value that a variable can store. Each variable has its own data type and each data type occcupies...
How many types of data type in C Language ?
C language supports 3 data types: Primary Data Types User Defined Data Types Secondary Data Types Primary Data Types Integer...