• What is the output of the following program?
#includestdio.h
int main()
{
const int b = 10;
printf("%d",++b);
return 0;
}

Posted on by