GAT Subject
Engineering
Computer Science Civil Engineering Chemical Engineering Agricultural Engineering Mechanical Engineering Electronics and Communication
6. | Point out the error in the program? | |
A. | Error: invalid function display() call | |
B. | Error: invalid function show() call | |
C. | No error | |
D. | Error: Rvalue required for t | |
Answer: Option B | |
Explanation: | |
The call to show() is improper. This is not the way to pass variable argument list to a function. |
|
Tutorial Link: |