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 we not create function inside function.
What are keywords in c with examples?
Why is c called a structured programming language?
What is the process to create increment and decrement stamen in c?
Explain what are header files and explain what are its uses in c programming?
What are called c variables?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Explain how can I convert a number to a string?
Can the curly brackets { } be used to enclose a single line of code?
Tell us something about keyword 'auto'.
Explain built-in function?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
write a program for the normal snake games find in most of the mobiles.
Explain that why C is procedural?
Describe the header file and its usage in c programming?