Computer Science, asked by kanthrajk, 6 months ago

describe briefly the various data type used in c​

Answers

Answered by RupanshiDev
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 kanaksharma0307
1

Answer:

C language supports 2 different type of data types:

  1. 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