what is the difference between <stdio.h>and "stdio.h"?

Answers were Sorted based on User's Feedback



what is the difference between <stdio.h>and "stdio.h"?..

Answer / p srinivas rao

In the first case ie. <stdio.h>,the compiler will search
for the presence of the file named stdio.h in the include
directory as well as in the current directory.
Whereas in the second case("stdio.h"),compiler will search
only in the current directory.

Is This Answer Correct ?    13 Yes 1 No

what is the difference between <stdio.h>and "stdio.h"?..

Answer / ramakrishna yechuri

In the first case ie. <stdio.h>,the compiler will search
for the presence of the file named stdio.h in the
current directory.
Whereas in the second case("stdio.h"),compiler will search
in all the directories.

Is This Answer Correct ?    5 Yes 1 No

what is the difference between <stdio.h>and "stdio.h"?..

Answer / krishnamurty das

<stdio.h> is the System Include so while compilation it
will be searched in the system include folder and as well
as the current folder. "stdio.h" is the user include so,
will be searched in the current directory only.

Is This Answer Correct ?    4 Yes 2 No

what is the difference between <stdio.h>and "stdio.h"?..

Answer / pramod

<stdio.h> -----search in standard path defined in PATH variable

"stdio.h" -----search in current directory then in standard
PATH

Is This Answer Correct ?    2 Yes 0 No

what is the difference between <stdio.h>and "stdio.h"?..

Answer / amit

<stdio.h> means it will search in current directories
"stdio.h" means it will search in entire drive. ie current
drive.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More OOPS Interview Questions

What is the fundamental idea of oop?

0 Answers  


What is the difference between a constructor and a destructor?

0 Answers  


What is the oops and benefits of oops programming?

0 Answers  


What do you mean by binding of data and functions?

3 Answers  


all about pointers

2 Answers  






what is the drawback of classical methods in oops?

0 Answers  


What is multiple inheritance ?

17 Answers   Blue Star, C DAC, CDAC, Impetus, Ness Technologies, Softvision Solution,


WRITE A SIMPLE C++ PROGRAM TO SWAP TWO NOS WITHOUT USING TEMP

2 Answers  


Have you ever used threads?

3 Answers   Adobe, IBM,


Can you explain polymorphism?

0 Answers  


Why do we use inheritance?

0 Answers  


What are the advantages of inheritance?

26 Answers   IBS, TCS,


Categories