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 |
What is a structure member in c?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
What is an auto keyword in c?
WHO WROTE C LANGUAGE?
char ch="{'H','I',0};printf("%s",ch);what is output
What is call by reference in functions?
What is file in c language?
How to print "I Love My India" without using semi colon?
What is union in c?
Is calloc better than malloc?
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.