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 emaning of '#include" "'?

Answer Posted / nayer plame

#include" ", as a preprocessor command, tries to a include
(simple text insertion) of a file named " "

if the blank between the two quotes is unintentional then
#include "" includes a file that is located in the same
directory as the file with the include command

if the single quotes around the include-command are
intentional, then is line would result in a syntax error

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c++ fully object oriented?

1017


What is oops in c++?

1112


What are punctuators in c++?

1212


Comment on assignment operator in c++.

1169


What is the full name of logo?

1167


What are multiple inheritances (virtual inheritance)?

1113


Is empty stack c++?

1056


What is decltype c++?

1042


Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be

1469


What are the various storage classes in C++?

1184


Difference between declaration and definition of a variable.

1230


What is the output of the following program? Why?

1197


What is basic if statement syntax?

1147


How does a C++ structure differ from a C++ class?

1178


What is the purpose of ios::basefield in the following statement?

1303