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
How many loops are there in c?
Why c is called a mid level programming language?
Is c is a middle level language?
Do you know what is a programing language ?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }
for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????
What is %d used for?
What is return type in c?
Will Macros support multiple arguments ?
what is the diference between pointer to the function and function to the pointer?
what is the difference between c and java?