#include stdio.h 
int main()
{
int c = 4;
c= c++ + ~++c;
printf("%d", c);
return (0);
}
What is the output

Posted on by