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 problems might the following macro bring to the application?

1107

Define the process of error-handling in case of constructor failure?

1065

Can we get the value of ios format flags?

1190

Can I have a reference as a data member of a class? If yes, then how do I initialise it?

1287

Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?

1071

How new/delete differs from malloc()/free?

1200

describe private access specifiers?

1320

How can a struct in c++ differs from a struct in c?

1099

On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?

1194

Explain how overloading takes place in c++?

1102

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

1126

How const int *ourpointer differs from int const *ourpointer?

1196

What can I safely assume about the initial values of variables which are not explicitly initialized?

1122

Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?

1169

Explain some examples of operator overloading?

1166


Un-Answered Questions { C++ }

Explain stack & heap objects?

1102


What's the order in which the objects in an array are destructed?

1471


what is the difference between a pointer and a reference?

1059


What is data structure in c++?

1200


What it is and how it might be called (2 methods).

1269


What is the protected keyword used for?

1174


Can I learn c++ without knowing c?

1125


A company pays its salespeople on a commission basis. The salespeople receive $200 per week plus 9 percent of their gross sales for that week. For example, a saleperson who sells $5000 worth of merchandise in a week receives $200 plus 9 percent of $5000, or a total of $650. You have been supplied with a list of items sold by each salesperson. The values of these items are as follows: Item Value A 239.99 B 129.75 C 99.95 D 350.89 Write a program that inputs one salesperson's items sold in a week (how many of item A? of item B? etc.) and calculates and displays that salesperson's earnings for that week.

3956


What are protected members in c++?

1185


What is a block in c++?

1105


What is an html tag?

1233


Can a constructor return a value?

1360


Where is pseudocode used?

1174


What do you understand by pure virtual function? Write about its use?

1050


What is a node class in c++?

1125