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
Why is c used in embedded systems?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What is the size of enum in c?
What is the difference between class and object in c?
How can you determine the maximum value that a numeric variable can hold?
What functions are used in dynamic memory allocation in c?
Give basis knowledge of web designing ...
How can you invoke another program from within a C program?
What is clrscr ()?
explain what is fifo?
Differentiate between null and void pointers.
What is structure in c explain with example?
What is the correct code to have following output in c using nested for loop?
What is variable initialization and why is it important?
Write a program with dynamically allocation of variable.