1.

Give two examples of composite data types​

Answer»

A composite DATA type is one whose VALUES are COMPOSED of component values (POSSIBLY values chosen from other data types.) Example of composite data type is array. int a[ ] = {1,2,3,4,5};



Discussion

No Comment Found