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
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
Are there constructors in c?
In which layer of the network datastructure format change is done
What is the exact difference between '\0' and ""
program to find the magic square
Explain what are reserved words?
helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
Write a program using bitwise operators to invert even bits of a given number.
write a c programme for add of two numbers with out use of arthematic operators
How can I find the modification date and time of a file?
please send me the code for multiplying sparse matrix using c
What is a pointer on a pointer in c programming language?