Question:Which of the following statements regarding functions are false?
A Functions can be overloaded
B Functions can return the type void
C Inline functions are expanded during compile time to avoid invocation overhead
D You can create arrays of functions
E You can pass values to functions by reference arguments
F You can return values from functions by reference arguments
G A function can return a pointer
+ AnswerD
+ Report