What is the output of the following program?
#includestdio.h

int main()
{
int a=150;
printf("%1d \n", a);
return 0;
}

Posted on by