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 <stdio.h> and "stdio.h"

Answer Posted / vishal

stdio.h> is a header file which available in include
directory of the system. When we write #include<stdio.h>
preprocessor search for it in include directory directly
and not out of this directory. But when we write "stdio.h"
precessor start searching for this header file from current
directory and then in parent directories. So if we write
our own stdio.h in the current directory and include in
program as #include"stdio.h" then our header will be
included instead of system header.

Is This Answer Correct ?    38 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List some of the static data structures in C?

1244


Explain the priority queues?

1140


What does %c mean in c?

1141


A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1769


Tell us bitwise shift operators?

1146


What is a nested loop?

1181


What is a const pointer in c?

1180


Explain 'bus error'?

1165


Which are low level languages?

1148


Why is a semicolon (;) put at the end of every program statement?

1125


Which one would you prefer - a macro or a function?

1134


What's the best way of making my program efficient?

1153


Why void is used in c?

1062


What is the use of getchar functions?

1231


What are extern variables in c?

1038