main()
{
int i;
printf("%d",scanf"%d",&i))//if the input is 12 24 34 then
wat will be the output
}
Answers were Sorted based on User's Feedback
Answer / 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 |
How will you allocate memory to a double pointer ?
What is meant by high-order and low-order bytes?
which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )
What are # preprocessor operator in c?
input any 4 digit number and find the difference of all the digits?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
how to impliment 2 or more stacks in a single dimensional array ?
what is the difference between c and java?
What is sparse file?
what is the difference between 123 and 0123 in c?
If you know then define #pragma?
Why c is a procedural language?