What is c standard library?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantage of c language?
What is the use of volatile?
Explain what is the benefit of using const for declaring constants?
Describe the order of precedence with regards to operators in C.
Is fortran still used in 2018?
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }
What's wrong with "char *p = malloc(10);" ?
who is the father of C Language?
20 Answers CTS, UST,
Can a void pointer point to a function?
please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(
What are the types of i/o functions?
what is constant pointer?