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

Is enum a class?

602


Which language is pure oop?

545


Can bst contain duplicates?

664


What is persistence in oop?

669


what is graphics

2009






Why do we need polymorphism in c#?

684


What is the difference between inheritance and polymorphism?

585


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?

1632


write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.

1789


What is a class in oop?

599


What is the fundamental idea of oop?

634


What is encapsulation oop?

574


How can you overcome the diamond problem in inheritance?

765


What is pointer in oop?

535


What is for loop and its syntax?

596