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 balance factor?

589


Get me an image implementation program.

1559


What is polymorphism and its types?

597


What is encapsulation in simple terms?

541


What is methods in oop?

543






They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1406


What is the advantage of oop over procedural language?

629


What is coupling in oop?

600


What are the 3 principles of oop?

619


What is object in oops?

615


What are classes oop?

598


What are the three main types of variables?

600


program for insertion ,deletion,sorting in double link list

2281


How to call a non virtual function in the derived class by using base class pointer

5268


What are the data types in oop?

608