describe briefly the various data type used in c
Answers
Answered by
0
Answer:
Data-
1. primary
2. Secondary
Explanation:
primary - data which we collect our own
secondary- data which we collect from any other source
Answered by
1
Answer:
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.
2. Derived data types:
Derived data types are nothing but primary datatypes but a little twisted or grouped together like array, stucture, union and pointer. These are discussed in details later.
Explanation:
may be u understand that
Similar questions