main()
{
int i;
printf("%d",scanf"%d",&i))//if the input is 12 24 34 then
wat will be the output
}

Answer Posted / babu ba

1
bcoz it counts number of time the scanf fun access the user I/Ps

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we replace the struct function in tree syntax with a union?

747


Write a program to print fibonacci series using recursion?

560


How a string is stored in c?

561


How do you use a pointer to a function?

609


What is the ANSI C Standard?

752






why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

587


Why isn't any of this standardized in c? Any real program has to do some of these things.

598


What is a char in c?

533


Differentiate fundamental data types and derived data types in C.

587


Dont ansi function prototypes render lint obsolete?

584


Do you have any idea how to compare array with pointer in c?

568


What is the purpose of the statement: strcat (S2, S1)?

613


What is pointer to pointer in c?

614


What is meant by high-order and low-order bytes?

631


What is the heap in c?

618