Multiple choice

In how many categories can the data types of C be classified?

  1. 5

  2. 4

  3. 3

  4. 2

  5. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

C data types can be classified in following categories:-

1) Derived data types (pointer, function etc) 2) Basic data types ( float, int etc) 3) User defined data types ( structure, union, enum etc So, this answer is correct.