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...

C++ General Interview Questions
Questions Answers Views Company eMail

What do you mean by C++ access specifiers ?

1 1184

What are the basics concepts of OOPS?

1 1145

What is the use of volatile keyword in c++? Give an example.

1 1111

In how many ways we can initialize an int variable in C++?

1 1424

What are C++ inline functions?

1 1197

What do you mean by internal linking and external linking in c++?

1 1352

How many storage classes are available in C++?

1 1284

What is 'Copy Constructor' and when it is called?

1 1195

What is realloc() and free()? What is difference between them?

1 1177

What is difference between shallow copy and deep copy? Which is default?

1 1242

What are virtual functions and what is its use?

1 1316

What do you mean by pure virtual functions in C++? Give an example?

1 1398

How to create a pure virtual function?

1 1552

Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?

1 1170

What is virtual destructors? Why they are used?

1 1199


Post New C++ General Questions

Un-Answered Questions { C++ General }

What is std namespace in c++?

1117


How do you clear a map in c++?

1065


Search for: what is pair in c++?

1070


Write a C++ Program to check whether a number is prime number or not?

1060


Explain the difference between struct and class in terms of access modifier.

1130


In c++, what is the difference between method overloading and method overriding?

1073


What do you mean by funtion prototype?

1001


What is size of string in c++?

929


Can c++ be faster than c?

986


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.

2136


What is size_type?

969


Describe delete operator?

1040


Which c++ compiler is best?

1095


What is the output of the following program? Why?

1086


What is the equivalent of Pascal's Real a) unsigned int b) float c) char

972