Which of the following statements about function arguments is FALSE?
Arguments are passed by value by default in C
You can pass arrays to functions
C allows passing functions as arguments
Arguments can be modified directly in the caller
This question is part of this quiz :
Functions in C