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 are the two different types of polymorphism?
What is object and example?
What is oops in simple words?
What is basic concept of oop?
What is variable example?
what is different between oops and c++
What is an advantage of polymorphism?
What is advantage of inheritance?
Which language is not a true object oriented programming language?
What is oops with example?
How do you define social class?
what's the basic's in dot net
What does it mean when someone says I oop?
What is constructor in oop?
What is abstraction example?