📚 Question Bank Q53 — Programming and Data Structure
Tags
Programming and Data Structure
Q53. Marks: +2.0 UGC NET Paper 2: Computer Science 8th Oct 2022
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. ✓ Correct
4.Programmers use pointers and indirection operation to simulate call by reference.
📄 All “Programming and Data Structure” questions across papers
🏷 Change Tag for this Question