what is main data type of a function?
Answers
Answered by
0
Answer:
primary data type
Explanation:
These are fundamental data types in C namely integer( int ), floating point( float ), character( char ) and void .
Similar questions