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


Posted on by