Functions in C Programming | Q - 6

Last Updated :
Discuss
Comments

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


Tags:
Share your thoughts in the comments