S
subramanian100in
Consider
a = ++i;
This will invoke undefined behaviour because the order of evaluation
of operands of an operator is not specified. Is the reasoning
correct ?
Thanks
a = ++i;
This will invoke undefined behaviour because the order of evaluation
of operands of an operator is not specified. Is the reasoning
correct ?
Thanks