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
Is oop better than procedural?
Why is encapsulation used?
What is this pointer in oop?
What is abstraction example?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is oops and why we use oops?
Why do we need polymorphism in c#?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is a function in oop?
What is a class oop?
• What are the desirable attributes for memory managment?
What polymorphism means?
What do you mean by Encapsulation?
What is overloading and its types?
What is multilevel inheritance?