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 are algorithms important in c program?

0 Answers  


What is the difference between typedef and #define?

0 Answers  


How we can write a value to an address using macro..?

0 Answers   Tata Elxsi,


how write a addtion of two single dimensional array using of pointer in c language?

3 Answers   DRDO,


What are pointers? Why are they used?

0 Answers  






Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...

2 Answers  


What is %g in c?

0 Answers  


2. Counting in Lojban, an artificial language developed over the last fourty years, is easier than in most languages The numbers from zero to nine are: 0 no 1 pa 2 re 3 ci 4 vo 5 mk 6 xa 7 ze 8 bi 9 so Larger numbers are created by gluing the digit togather. For Examle 123 is pareci Write a program that reads in a lojban string(representing a no less than or equal to 1,000,000) and output it in numbers.

3 Answers   Nagarro,


Can a variable be both const and volatile?

0 Answers  


void main() { int a=1; while(a++<=1) while(a++<=2); }

4 Answers   HCL,


What do you mean by a sequential access file?

0 Answers  


What is the purpose of type declarations?

0 Answers  


Categories