employer cover photo
employer logo
employer logo

Mindfire Solutions

Is this your company?

Mindfire Solutions Interview Question

value when i=4 i=++i + ++i + ++i;

Interview Answer

Anonymous

Sep 20, 2017

In C and C++ modifying the value of a variable in a single statement might produce different results on different compilers as the operators are not associated with a sequence point.