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
What are oops functions?
What is the fundamental idea of oop?
How do you achieve polymorphism?
What are the types of abstraction?
What is abstraction in oop with example?
What is basic concept of oop?
What are objects in oop?
What is difference between pop and oop?
What is byval and byref? What are differences between them?
what is the drawback of classical methods in oops?
What is polymorphism and its types?
What is for loop and its syntax?
Which type does string inherit from?
What is class encapsulation?
What is the significance of classes in oop?