Q. Which of these is not a valid parameter passing method in C?
β
Correct Answer: (C)
Call by pointer
Explanation: Valid parameter passing method in C is:
A. Call by value
B. Call by reference
A. Call by value
B. Call by reference