?The default data type of function is...........?VoidIntFloatChar
Answers
Answered by
1
Explanation:
The default data type of function is Int.
This allocation is based on the data-type with which it is declared. Each data type will require a different amount of memory. The default data type for a C language function is integer. Int is the keyword used for integer data types.
Similar questions