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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is oops in simple words?

802


What are the 4 main oop principles?

938


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

1890


Why is oop useful?

811


What is overriding vs overloading?

778


Can abstract class have normal methods?

783


What is coupling in oops?

816


Why is static class not inherited?

817


Is react oop?

810


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2299


write a program to find 2^n+1 ?

1775


I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...

1823


How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction

1872


How is polymorphism achieved?

768


What exactly is polymorphism?

851