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<> and #include”…”?

Answer Posted / shrikanth s.h

#include<>, include the predefined header files,
#include"...." include the userdefined header files where
the control will start searching the file into the current
directory, we should mention the path where it should search.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the -> in c?

1062


Is a pointer a kind of array?

1243


Explain the term printf() and scanf() used in c language?

1092


What is bubble sort technique in c?

1028


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

1150


Explain how do you sort filenames in a directory?

1069


Is main a keyword in c?

1178


What is a spanning Tree?

1660


any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

1197


FILE PROGRAMMING

2289


Differentiate between calloc and malloc.

1317


Explain the use of 'auto' keyword in c programming?

1179


How many bytes is a struct in c?

1210


Describe newline escape sequence with a sample program?

1167


Difference between pass by reference and pass by value?

1204