C Programming MCQ

1:

The default parameter passing mechanism is

A.

call by value

B.

call by reference

C.

call by value result

D.

none of above

 

Answer : A

Explanation :

Which means a function will be manipulating a copy of the local variable, passed as argument. So. any change will be local and hence will not he reflected in the calling routine.

Write your comments here:


Report Error
 

Option: A

Explanation : Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here.