Tell us the difference between these two :
#include"stdio.h"
#include<stdio.h>
define in detial.
Answer Posted / sourisengupta
"stdio.h" linker search the header file first in the
current directory, if it does not find there then it will
search the directory which is declared by the compiler as a
header file directory and all the header file stores there.
<stdio.h> linker search the header file in all the
particular which is declared by the compiler as a header
file directory.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How can I do peek and poke in c?
What do you mean by scope of a variable in c?
Which is best linux os?
Explain how can you determine the size of an allocated portion of memory?
Explain what is a pragma?
Do pointers store the address of value or the actual value of a variable?
int far *near * p; means
What is difference between static and global variable in c?
Explain why c is faster than c++?
What is %d called in c?
What is the difference between text and binary modes?
What is the use of bitwise operator?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
What is self-referential structure in c programming?