GAT Subject
Engineering
Computer Science Civil Engineering Chemical Engineering Agricultural Engineering Mechanical Engineering Electronics and Communication
2. | Point out the error in the program? | |
A. | Error: Prototype declaration | |
B. | No error | |
C. | Error: return statement cannot be used with conditional operators | |
D. | None of above | |
Answer: Option C | |
Explanation: | |
In a ternary operator, we cannot use the return statement. The ternary operator requires expressions but not code. |
|
Tutorial Link: |