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



main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then..

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

main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then..

Answer / hema

#1
how it is?

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Why can't we initialise member variable of a strucutre

1 Answers  


how to determine the complexity of an algorithm as log(n)

1 Answers   Google,


print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar

4 Answers   IBM,


How do I send escape sequences to control a terminal or other device?

0 Answers  


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?

7 Answers  


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?

0 Answers  


how to find turn around time in operating system?

3 Answers  


How do we print only part of a string in c?

0 Answers  


What are c identifiers?

0 Answers  


how can we use static and extern?and where can we use this?

3 Answers   Excel,


Categories