atoi, which takes a string and converts it to an integer.
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 is array of structure in c programming?
string reverse using recursion
Why is c used in embedded systems?
Can you define which header file to include at compile time?
what r the cpu registers r ther?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What is the benefit of using const for declaring constants?
What the different types of arrays in c?
Write a program for deleting duplicate elements in an array
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
How does placing some code lines between the comment symbol help in debugging the code?
how to find the kth smallest element in the given list of array elemnts.