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
What is logical error?
Where can I get an ansi-compatible lint?
Explain how do you list a file’s date and time?
What are the types of arrays in c?
What is extern c used for?
Can we replace the struct function in tree syntax with a union?
What is the difference between new and malloc functions?
What is #include cctype?
What do you mean by c what are the main characteristics of c language?
What is pass by reference in c?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Write a program to check whether a number is prime or not using c?
write a c program to find the sum of five entered numbers using an array named number
What are the complete rules for header file searching?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above