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
can anyone please tell about the nested interrupts?
what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }
Explain how can you tell whether a program was compiled using c versus c++?
how to find anagram without using string functions using only loops in c programming
Dear Sir, we are required the bubble sorting programs Regs Prem
what will be the output for the following main() { printf("hi" "hello"); }
What is the difference between int main and void main?
Explain what is the difference between null and nul?
Write a progarm to find the length of string using switch case?
can i know the source code for reversing a linked list with out using a temporary variable?
What is difference between class and structure?
34.what are bitwise shift operators? 35.what are bit fields? What is the use of bit fields in a structure declaration? 36.what is the size of an integer variable? 37.what are the files which are automatically opened when a c file is executed? 38.what is the little endian and big endian? 39.what is the use of fflush() function? 40.what is the difference between exit() and _exit() functions? 41.where does malloc() function get the memory? 42.what is the difference between malloc() and calloc() function? 43.what is the difference between postfix and prefix unary increment operators?