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

Posted on by