Guess the output;
int main()
{
const int a = 10;
printf("%d",++a);
return 0;
}

Posted on by