what is the difference between <stdio.h>and "stdio.h"?
Answer Posted / amit
<stdio.h> means it will search in current directories
"stdio.h" means it will search in entire drive. ie current
drive.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Why we use classes in oop?
Is data hiding and abstraction same?
What is the difference between procedural programming and oops?
Why do we use inheritance?
What is multilevel inheritance in oop?
Why do we need polymorphism in c#?
write string class as your own class in java without using any built-in function
What is object-oriented programming? Webopedia definition
#include
What is an example of genetic polymorphism?
What is constructor in oop?
what is different between oops and c++
What is data binding in oops?
What does and I oop mean?
What are the components of marker interface?