write a program that reads lines(using getline), converts
each line to an integer using atoi, and computes the
average of all the numbers read. also compute the standard
deviation.


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

Post New Answer

More C Interview Questions

What are the data types present in c?

0 Answers  


What are local and global variables?

3 Answers  


What is sorting in c plus plus?

0 Answers  


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

0 Answers  


What is the difference between fread buffer() and fwrite buffer()?

0 Answers  


What are register variables? What are the advantage of using register variables?

0 Answers   TISL,


What are the complete rules for header file searching?

0 Answers  


How to print India by nested loop? I IN IND INDI INDIA

4 Answers   NIIT, Wipro,


Why isnt any of this standardized in c?

0 Answers  


What is #line?

0 Answers  


In a byte, what is the maximum decimal number that you can accommodate?

0 Answers  


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

0 Answers  


Categories