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


Please Help Members By Posting Answers For Below Questions

What are the advantages of polymorphism?

577


What is debug class?what is trace class? What differences are between them? With examples.

1610


What is overloading in oop?

577


INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

1637


What is overriding in oop?

550






There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.

1458


Can you explain polymorphism?

583


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

1652


What is meant by oops concept?

612


What is basic concept of oop?

700


What is encapsulation in oops?

536


Can we define a class within the interface?

555


can we make game by using c

3425


Whats is abstraction in oops?

593


Why it is called runtime polymorphism?

577