What will be the output of the following function?
main()
{
int i;
printf(%d,scanf(%d,&i));
// value 10 is given as input here
}
Reveal answer
Fill a bubble to check yourself
What will be the output of the following function?
main()
{
int i;
printf(%d,scanf(%d,&i));
// value 10 is given as input here
}