What will be the output
#includestdio.h
int main()
{
int i=6;
int a= --i+ ++i -i--+--i+--i;
printf("%d",a);
return 0;
}


Posted on by