OOPS
August 29, 2024OOPS
August 29, 2024OOPS
Question 68 |
The associativity of which of the following operators is Left to Right, in C++ ?
Unary Operator | |
Logical not | |
Array element access | |
addressof |
Question 68 Explanation:
Note: The array element access evaluates from left to right and starts index 0.
Correct Answer: C
Question 68 Explanation:
Note: The array element access evaluates from left to right and starts index 0.