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
What do you mean by c what are the main characteristics of c language?
What does *p++ do?
Write a program in C to reverse a number by recursive function?
any string of bits of length 'n' represents a unique non- negative integer between.............?
WAP to accept first name,middle name & last name of a student display its initials?
string reverse using recursion
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
How do I read the arrow keys? What about function keys?
what is the difference between unix os and linux os
will u please send me the placement papers to my mail???????????????????
How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.