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 / angad kumar

'# INCLUDE " "' IS THE PREPROCESSOR DIRECTIVES It creates a
link to the library stdio.h and <iostream.h >.

Is This Answer Correct ?    23 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I learn c++ without c?

1186


Explain the difference between c++ and java.

1169


What are arrays c++?

1144


What are static variables?

1191


What is string in c++ programming?

1271


What is lazy initialization in c++?

1155


Write a recursive program to calculate factorial in c++.

1138


Which programming language is best?

1036


What are virtual constructors/destructors?

1074


A prime number is a number which is divisible only by itself and 1. Examples of the first few primes are 2, 3, 5, 7, 11. Consider writing a program which can generate prime numbers for you. Your program should read in and set a maximum prime to generate and a minimum number to start with when looking for primes. This program should be able to perform the following tasks: 1. Read the maximum number from user (keyboard input) to look for primes. The program should not return any primes greater than this number. 2. Read the minimum number from user (keyboard input) to look for primes. The program should not return any primes less than this number. 3. Generate and print out every prime number between the maximum prime and minimum number specified by the user.

2239


What is data binding in c++?

1006


What is the C-style character string?

1220


Is it possible to use a new for the reallocation of pointers ?

1121


What is a null object in c++?

1308


When does a name clash occur in c++?

1212