Choose the Output:
#includestdio.h
int main(){
int i;
printf("%d",scanf("%d",&i));
//Value 10 is given as input

return 0;
}


Posted on by