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 |
Why can't we initialise member variable of a strucutre
how to determine the complexity of an algorithm as log(n)
print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar
How do I send escape sequences to control a terminal or other device?
void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?
What compilation do?
7 Answers Geometric Software, Infosys,
What is the advantage of using #define to declare a constant?
0 Answers Agilent, ZS Associates,
What is scope rule in c?
how to find turn around time in operating system?
How do we print only part of a string in c?
What are c identifiers?
how can we use static and extern?and where can we use this?