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 does no cap mean?
What is polymorphism in oops with example?
What is inheritance in simple words?
Why is oop useful?
What is inheritance in oop?
Is data hiding and abstraction same?
What is meant by oops concept?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
Why multiple inheritance is not possible?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Can you explain polymorphism?
What is oops with example?
Can we define a class within the interface?
Are polymorphisms mutations?
What is data binding in oops?