Which of the following is true about return type of functions in C?
1.Functions can return any type
2.Functions can return any type except array, functions, function pointer and union
3.Functions can return any type except array, functions and union
4.Functions can return any type except arrays and functions
Answers
Answered by
0
Answer:
function can return any type except array and functions
Similar questions