Multiple choice Which of the following options is true for functions in C language? Functions operate on actual address argument and return the address back to the calling function. The values of formal arguments passed by the calling function are received by the actual arguments of the called function. The detail of inner working of a function is known to the whole program. A class can always access the functions of another class with friend function. 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.