Multiple choice

Which of the following options is true for functions in C language?

  1. Functions operate on actual address argument and return the address back to the calling function.

  2. The values of formal arguments passed by the calling function are received by the actual arguments of the called function.

  3. The detail of inner working of a function is known to the whole program.

  4. A class can always access the functions of another class with friend function.

  5. None of these

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

All of the options are false. So, this is correct option.