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.
What are the data types present in c?
What are local and global variables?
What is sorting in c plus plus?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
What is the difference between fread buffer() and fwrite buffer()?
What are register variables? What are the advantage of using register variables?
What are the complete rules for header file searching?
How to print India by nested loop? I IN IND INDI INDIA
Why isnt any of this standardized in c?
What is #line?
In a byte, what is the maximum decimal number that you can accommodate?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above