Multiple choice In how many categories can the data types of C be classified? 5 4 3 2 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.