What is c standard library?
No Answer is Posted For this Question
Be the First to Post Answer
the format specified for hexa decimal is a.%d b.%o c.%x d.%u
What does 1f stand for?
What is a method in c?
Explain the difference between fopen() and freopen().
main is a predefined or user define function if user defined why? if predefined whay?
what is function pointer?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What does c value mean?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
Can i use Two or More Main Funtion in any C program.?
why programming language C is still used in operating system's kernel??