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 Lazy evaluation in C? Give an example.
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
swap 2 numbers without using third variable?
Why is c not oop?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What does a pointer variable always consist of?
Explain how do you use a pointer to a function?
Differentiate Source Codes from Object Codes
why r u join this company? give solid resons.
16 Answers IBM, Infosys, TCS,
What is a substring in c?
How are pointers declared in c?
Is double link list a linear data structure? If Yes, Why?If No, Why?