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 are the ways in which a constructors can be called?

2 Answers   TCS,


What is difference between polymorphism and inheritance?

0 Answers  


What does and I oop and sksksk mean?

0 Answers  


You attempt to query the data base with this command: SELECT name, salary FROM employee WHERE salary=(SELECT salary FROM employee WHERE last name='Wagner' OR dept no=233) Choose most appropriate option from the following: 1)Sub-queries are not allowed in the where clause. 2)a multiple row sub-query used with a single row comparison operator. 3)a single row query is used with a multiple row comparison operator.

10 Answers   Zycus Infotech,


What is abstraction example?

0 Answers  






What type of loop is a for loop?

0 Answers  


What is overloading in oop?

0 Answers  


What is polymorphism used for?

0 Answers  


What is oops in programming?

0 Answers  


What is the main purpose of inheritance law?

0 Answers  


what is the usage of clas templates

5 Answers  


i ahve v low % in 12th n BSC which is aroun 50 coz science was imposed on me......nw m doin MCA n my aggregate in above 74%,what shud i say if asked about low previous percentage??????

4 Answers  


Categories