Discuss in detail about C data types
Answers
Answered by
13
Answer:
C language has some predefined set of data types to handle various kinds of data that we can use in our program. ... C language supports 2 different type of data types: Primary data types: These are fundamental data types in C namely integer( int ), floating point( float ), character( char ) and void .
Answered by
0
Explanation:
C language has some predefined set of data types to handle various kinds of data that we can use in our program. ... C language supports 2 different type of data types: Primary data types: These are fundamental data types in C namely integer( int ), floating point( float ), character( char ) and void .
Similar questions