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 is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);

3 Answers   Bosch,


how to make program without <> in libray.

0 Answers  


What is the general form of function in c?

0 Answers  


What does == mean in texting?

0 Answers  


I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...

0 Answers  






Is an array parameter is always "by reference" ?

1 Answers  


4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none

10 Answers  


What do you know about the use of bit field?

0 Answers  


suppose there are five integers write a program to find larger among them without using if- else

2 Answers  


two variables are added answer is stored on not for third variable how it is possible?

3 Answers  


write a program to find out prime number using sieve case?

0 Answers   HCL,


What is the size of array float a(10)?

0 Answers  


Categories