...
OOPS
August 29, 2024
OOPS
August 29, 2024
OOPS
August 29, 2024
OOPS
August 29, 2024

OOPS

Question 68
The associativity of which of the following operators is Left to Right, in C++ ?
A
Unary Operator
B
Logical not
C
Array element access
D
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.

Leave a Reply

Your email address will not be published. Required fields are marked *