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 / mini bangar

when we write #include<stdio.h> preprocessor search for it in include directory directly.but when we write "stdio.h" precessor start searching for this header file from current directoryand then in parent directories.

Is This Answer Correct ?    25 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to declare a variable?

1068


What are the disadvantages of external storage class?

1103


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

1051


What is the hardest programming language?

1211


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

2204


What is a constant and types of constants in c?

1174


What is difference between far and near pointers?

1104


What are the 5 organizational structures?

1080


How do shell structures work?

1171


What is output redirection?

1273


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

2364


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

1222


Are local variables initialized to zero by default in c?

1093


What is build process in c?

1202


Why array is used in c?

1060