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
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What are properties in oop?
Why is oop better than procedural?
What is super in oop?
Whats is abstraction in oops?
explain sub-type and sub class? atleast u have differ it into 4 points?
Why multiple inheritance is not allowed?
What is the difference between abstraction and polymorphism?
What is abstraction oop?
How oops is better than procedural?
What is inheritance and how many types of inheritance?
What are the benefits of oop?
How to use CMutex, CSemaphore in VC++ MFC
What is object-oriented programming? Webopedia definition
Why is abstraction needed?