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


Please Help Members By Posting Answers For Below Questions

What is encapsulation oop?

578


write a C++ program for booking using constructor and destructor.

2051


Can destructor be overloaded?

599


What do you mean by overloading?

580


What is polymorphism programming?

605






What is destructor give example?

605


Whats oop mean?

595


String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?

1944


What is the important feature of inheritance?

635


What is a class and object?

600


Why is polymorphism important in oop?

633


What is stream in oop?

841


How do you explain polymorphism?

592


What is the advantage of oop over procedural language?

629


can inline function declare in private part of class?

3658