Teaching UGC NET Mock Test Series 2025 (Paper 1 & 2) Programming and Data Structure Programming in C
Which statement is false?
1
All function calls in C pass arguments using call by value.
2
Call by reference enables a called function to modify a variable in calling function.
3
Call by value is always more efficient than call by reference.
4
Programmers use pointers and indirection operation to simulate call by reference.