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 the real time example of encapsulation?
What is an example of genetic polymorphism?
Why do pointers exist?
Is html an oop?
What is polymorphism used for?
Can static class have constructor?
What is the difference between static polymorphism and dynamic polymorphism?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
Write a program to reverse a string using recursive function?
What is multilevel inheritance explain with example?
What are the components of marker interface?
What is the oops and benefits of oops programming?
What does and I oop mean in text?
What is pure oop?
What is interface? When and where is it used?