Answer Posted / madhavi
dennis rich
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why we use break in c?
Why doesn't C support function overloading?
What is property type c?
Where are the auto variables stored?
What is line in c preprocessor?
What is new line escape sequence?
What is the difference between char array and char pointer?
How can I use a preprocessorif expression to ?
What is the size of enum in c?
When should the volatile modifier be used?
What is conio h in c?
What is the use of #include in c?
What are reserved words?
What is advantage of pointer in c?
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.