What will be the output of the program if value 25 given to scanf()?
#includestdio.h

int main()
{
int i;
printf("%d\n", scanf("%d", &i));
return 0;
}

Posted on by