#include<studio.h>
int main()
{
 int const value=10;
printf("%d", ++value);
return 0;
}
Predict the output of above code?

Posted on by