1.

1. What is data type? Give an example.in c language​

Answer»

Answer:

Data types in C LANGUAGE

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 .



Discussion

No Comment Found