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 difference between #include<stdio.h> and
#include"stdio.h"

Answer Posted / somichoudhary

In #include<stdio.h>
The c compiler search the header files in Tc-Bin library

But in "stdio.h">
search the header files in local c: folder

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain bitwise shift operators?

1314


What is the difference between text and binary modes?

1236


What is meant by int main ()?

1255


Explain what is the difference between a string and an array?

1221


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

2056


For what purpose null pointer used?

1111


write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.

2041


find the sum of two matrices and WAP for it.

1194


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

1318


Explain two-dimensional array.

1127


What are the types of bitwise operator?

1164


Can you assign a different address to an array tag?

1209


What does the format %10.2 mean when included in a printf statement?

1704


Describe the header file and its usage in c programming?

1105


How can I implement a delay, or time a users response, with sub-second resolution?

1114