I heard that you have to include stdio.h before calling printf. Why?
No Answer is Posted For this Question
Be the First to Post Answer
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
How is a structure member accessed?
#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
how to get the starting address of file stored in harddisk through 'C'program.
What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
what is the program to display your name in any color?
What is ## preprocessor operator in c?
difference between string and array?
Explain the difference between fopen() and freopen().
What is the use of header files?
Is javascript based on c?
Is anything faster than c?