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 / shahab

# include<stdio.h>--- It searches one directory i.e
specified list of directory.
# include"stdio.h"---- It searches two i.e specified list
of directory & current directory.

Is This Answer Correct ?    66 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are bitwise shift operators in c programming?

1038


What is #define?

1039


How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include...

5403


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

1026


What is variable declaration and definition in c?

856


Why is c called "mother" language?

1231


What is the basic structure of c?

1010


What are keywords c?

983


write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3

2030


Why do we use & in c?

950


Can a pointer be static?

1022


How do you define a function?

970


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

994


Write a factorial program using C.

1017


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

1186