#include stdio.h
int main()
{
int i = 3;
printf("%d", (++i)++);
return 0;
}

Find the output of the code : -

Posted on by