Write the program that calculates and prints the average of
several integers. Assume that the last value read is
sentinel 9999.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?

7 Answers   Hughes,


What is malloc return c?

0 Answers  


Is an array parameter is always "by reference" ?

1 Answers  


Explain 'bit masking'?

0 Answers   EXL,


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

8 Answers   Aspire,






Are pointers really faster than arrays?

0 Answers  


Can you add pointers together? Why would you?

0 Answers  


What do you mean by dynamic memory allocation in c?

0 Answers  


what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }

6 Answers  


3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these

0 Answers   Accenture,


totally how much header files r in c language

8 Answers   TCS,


write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)

26 Answers   ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,


Categories