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

wats SIZE_T meant for?

1 Answers  


Why is c so important?

0 Answers  


how to write a program which adds two numbers without using semicolon in c

2 Answers  


main() { printf(5+"Vidyarthi Computers"); }

6 Answers  


Is c is a middle level language?

0 Answers  






what is c?

7 Answers   Tech Mahindra,


Why c is faster than c++?

0 Answers  


How are variables declared in c?

0 Answers  


what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }

4 Answers  


Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates

3 Answers  


what are two kinds of java

2 Answers  


Explain what are its uses in c programming?

0 Answers  


Categories