1.

Classify the following data types. 1. int 2. array 3. function 4. char 5. pointer 6. void 7. float 8. double 9. structure

Answer»
   Fundamental data types   Derived data types
intarray
floatfunction
doublepointer
voidstructure
char


Discussion

No Comment Found