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...

what is the difference between #include<stdio.h> and
#include"stdio.h" ?

Answer Posted / sanjay chandra

#include<stdio.h> /* stdio.h is searched in c:\TCP\INCLUDE
folder. If not found gives compilation error

#include "stdio.h" first searches for stdio.h in
c:\TCP\BIN(current diretory) . If not found searches
c:\tcp\include\ for stdio.h file

Is This Answer Correct ?    21 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Ow can I insert or delete a line (or record) in the middle of a file?

1047


How do you define CONSTANT in C?

1364


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

1147


What is the difference between procedural and declarative language?

1187


What is restrict keyword in c?

1166


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

1169


How do you do dynamic memory allocation in C applications?

1136


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

2367


What is bash c?

1063


How do you convert strings to numbers in C?

1294


What is the benefit of using #define to declare a constant?

1149


What is a static variable in c?

1167


How can a program be made to print the name of a source file where an error occurs?

1265


What are the types of arrays in c?

1236


What are the advantages and disadvantages of pointers?

1121