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

du u know test pattern for robosoft? Plz share

1 Answers   RoboSoft, TATA, Wipro,


What is bss in c?

0 Answers  


What is the difference between malloc calloc and realloc in c?

0 Answers  


Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV

5 Answers   Accenture,


What is New modifiers?

0 Answers   NA,






Does c have circular shift operators?

0 Answers  


What is main () in c language?

0 Answers  


why division operator not work in case of float constant?

2 Answers  


in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?

2 Answers   NetApp,


Can you please explain the difference between syntax vs logical error?

0 Answers  


What is this pointer in c plus plus?

0 Answers  


What is wild pointer in c?

0 Answers  


Categories