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
Why polymorphism is used in oops?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is class and object with example?
How can you overcome the diamond problem in inheritance?
What is this pointer in oop?
How Do you Code Composition and Aggregation in C++ ?
What is abstract class in oops?
What is static modifier?
What is coupling in oops?
What is the use of oops?
Why is polymorphism needed?
State what is encapsulation and friend function?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is a class in oop?
What is a superclass in oop?