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

#include "stdio.h"
The compiler will search for a particular stdio.h in the
current working directory only

where as <stdio.h> the complier looks into default dir.
which is in most cases /include/lib or you can define this
directory by your own.

Is This Answer Correct ?    30 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

given post order,in order construct the corresponding binary tree

2858


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

2352


How do I determine whether a character is numeric, alphabetic, and so on?

1186


What is assignment operator?

1113


Using which language Test cases are added in .ptu file of RTRT unit testing???

4355


Give me the code of in-order recursive and non-recursive.

1423


which is conditional construct a) if statement b) switch statement c) while/for d) goto

1268


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

1068


What are the different types of linkage exist in c?

1074


Can you write a programmer for FACTORIAL using recursion?

1101


What is the difference between ++a and a++?

1274


Why does this code crash?

1146


What is the purpose of type declarations?

1170


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

2289


What are types of structure?

1173