Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Tell us the difference between these two :
#include"stdio.h"
#include<stdio.h>
define in detial.

Answer Posted / sourisengupta

"stdio.h" linker search the header file first in the
current directory, if it does not find there then it will
search the directory which is declared by the compiler as a
header file directory and all the header file stores there.

<stdio.h> linker search the header file in all the
particular which is declared by the compiler as a header
file directory.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of putchar function?

1107


What is pragma in c?

1281


What is the purpose of main( ) in c language?

1184


Disadvantages of C language.

1154


Explain how can you tell whether a program was compiled using c versus c++?

1144


i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

2384


Is the exit() function same as the return statement? Explain.

1154


When can a far pointer be used?

1077


Explain what is the concatenation operator?

1230


What are pointers? Why are they used?

1246


How can I recover the file name given an open stream or file descriptor?

1134


What is #include conio h?

1053


What header files do I need in order to define the standard library functions I use?

1118


How can I handle floating-point exceptions gracefully?

1238


What will be the outcome of the following conditional statement if the value of variable s is 10?

1370