what is the output of the following C code?
#include stdio.h
int main() {
int a=250;
printf("%1d\n",a);
return 0;
}


Posted on by