Choose the correct output for the below code?
#includestdio.h
int main()
{
int const value = 10;
printf("%d", ++value);
return 0;
}

Posted on by