what is the difference between <stdio.h>and "stdio.h"?
Answer Posted / 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 |
Post New Answer View All Answers
What is constructor in oop?
State what is encapsulation and friend function?
Why do we use oops?
Prepare me a program for the animation of train
What is the advantage of oop over procedural language?
What is byval and byref? What are differences between them?
What is the full form of oops?
What are the 3 pillars of oop?
How many human genes are polymorphic?
What do you mean by variable?
What is meant by multiple inheritance?
Why multiple inheritance is not possible?
How can you overcome the diamond problem in inheritance?
How do you define social class?
Which method cannot be overridden?