1. What is data type? Give an example.in c language
Answers
Answered by
0
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 .
Answered by
2
Answer:
A data type is a type of data. ... Some common data types include integers, floating point numbers, characters, strings, and arrays. They may also be more specific types, such as dates, timestamps, boolean values, and varchar (variable character) formats .
Data types in C Language
Data types in C LanguageC 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