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 does typeof return in c?
How to write c functions that modify head pointer of a linked list?
What are the types of data structures in c?
What do header files do?
What does sizeof function do?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is #ifdef ? What is its application?
What is %s and %d in c?
What is meant by realloc()?
i want to know the procedure of qualcomm for getting a job through offcampus
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Do you know the use of 'auto' keyword?
Explain what are multibyte characters?
Differentiate call by value and call by reference?
What is the newline escape sequence?