What is the output of the following C Code?
#include stdio.h
int main()
{
int i = 5;
printf("%d", (++i)++);
return 0;
}



Posted on by