what is the difference between <stdio.h>and "stdio.h"?

Answer Posted / pramod

<stdio.h> -----search in standard path defined in PATH variable

"stdio.h" -----search in current directory then in standard
PATH

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to improve object oriented design skills?

751


Why is polymorphism needed?

784


How do you explain polymorphism?

794


Can abstract class have normal methods?

783


Can you explain polymorphism?

816


Why do we use encapsulation in oops?

743


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

1887


What is difference between oop and pop?

861


What is encapsulation c#?

802


can inline function declare in private part of class?

3958


write a programe to calculate the simple intrest and compund intrest using by function overlading

1887


What are benefits of oop?

862


What language is oop?

768


What is use of overloading?

846


What is the difference between static polymorphism and dynamic polymorphism?

839