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++ Interview Questions
Questions Answers Views Company eMail

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

1199

Is it possible for a member function to delete the pointer, named this?

1085

Write about the use of the virtual destructor?

959

How a new operator differs from the operator new?

1059

Can we define a constructor as virtual in c++?

1064

Write about a nested class and mention its use?

1046

What would happen on forgetting [], while deallocating an array through new?

1029

How can an improvement in the quality of software be done by try/catch/throw?

1003

What is the sequence of destruction of local objects?

922

What is the main purpose of overloading operators?

1054

What is a c++ class?

1045

How do c++ struct differs from the c++ class?

1120

Discuss the possibilities related to the termination of a program before entering the mainq method?

900

How do you find out if a linked-list has an end? (I.e. The list is not a cycle)

1103

Why are arrays usually processed with for loop?

1187


Un-Answered Questions { C++ }

How can you tell what shell you are running on unix system?

1058


Difference between a copy constructor and an assignment operator.

934


Is c++ platform dependent?

1035


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 #include c++?

1045


If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?

1148


what are Access specifiers in C++ class? What are the types?

1146


What are the vectors in c++?

984


Comment on local and global scope of a variable.

1084


What do you mean by public protected and private in c++?

1000


What are vtable and vptr?

1079


Difference between a homogeneous and a heterogeneous container

1090


List different attributes in C++?

1015


What is polymorphism and why is it important?

981


What is using namespace std in c++?

1087