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
How to improve object oriented design skills?
Why is polymorphism needed?
How do you explain polymorphism?
Can abstract class have normal methods?
Can you explain polymorphism?
Why do we use encapsulation in oops?
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
What is difference between oop and pop?
What is encapsulation c#?
can inline function declare in private part of class?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What are benefits of oop?
What language is oop?
What is use of overloading?
What is the difference between static polymorphism and dynamic polymorphism?