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
What is the use of putchar function?
What is pragma in c?
What is the purpose of main( ) in c language?
Disadvantages of C language.
Explain how can you tell whether a program was compiled using c versus c++?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Is the exit() function same as the return statement? Explain.
When can a far pointer be used?
Explain what is the concatenation operator?
What are pointers? Why are they used?
How can I recover the file name given an open stream or file descriptor?
What is #include conio h?
What header files do I need in order to define the standard library functions I use?
How can I handle floating-point exceptions gracefully?
What will be the outcome of the following conditional statement if the value of variable s is 10?