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 / kiran shelke,aurangabad

When we write <stdio.h> that mean we can access this header
file from the include directory,but if this header file is
not present in this folder and its available in other
directory then it not access it.But when we write the
"stdio.h" then we can access this header file which
available in any other directory..
In short #include"stdio.h" is best option for ERROR free program

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between struct and union in C?

1387


How can you call a function, given its name as a string?

1209


Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

2173


Can we add pointers together?

1116


What does node * mean?

1307


How can I implement sets or arrays of bits?

1092


Explain what is #line used for?

1124


When is a “switch” statement preferable over an “if” statement?

1210


What is void pointers in c?

1066


what is a constant pointer in C

1246


Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

1214


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1154


Why we use void main in c?

1229


write a program to display all prime numbers

2021


Explain Basic concepts of C language?

1237