What is the output of the following code?
#includestdio.h
int main()
{
int i;
printf("%d", scanf("%d",&i));
return 0;
}


Posted on by