What will be  the output of the program?

#include stdio.h
void main()
{
printf("value is = %d",(10++));
}


Posted on by