Which is/are true about functions in C?
I. Functions can return any type
II. Functions can return array
III. Functions can return functions1
Only I and II
2
Only II and III
3
I, II and III
4
None of these
Which is/are true about functions in C?
I. Functions can return any type
II. Functions can return array
III. Functions can return functions