what is the difference between <stdio.h>and "stdio.h"?
Answer Posted / krishnamurty das
<stdio.h> is the System Include so while compilation it
will be searched in the system include folder and as well
as the current folder. "stdio.h" is the user include so,
will be searched in the current directory only.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What do you mean by Encapsulation?
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).
Can main method override?
What is the difference between encapsulation and polymorphism?
What does sksksk mean in text slang?
What is balance factor?
Can a destructor be called directly?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What polymorphism means?
What is an example of genetic polymorphism?
Can abstract class have normal methods?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is methods in oop?
What does and I oop mean?
Which is better struts or spring?