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
Why multiple inheritance is not possible?
what are the realtime excercises in C++?
How to hide the base class functionality in Inheritance?
Is abstract thinking intelligence?
What is an example of genetic polymorphism?
Why do pointers exist?
Why do we need oop?
Get me an image implementation program.
What is class encapsulation?
What is the difference between abstraction and polymorphism?
Can enum be null?
What polymorphism means?
What is coupling in oops?
What exactly is polymorphism?
What are properties in oop?