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 private, public and protected inheritance?

1133

What are destructors?

1065

What is the importance of mutable keyword?

1081

What are the characteristics of friend functions?

1079

Describe new operator and delete operator?

1149

What is a local reference?

1238

Difference between inline functions and macros?

1098

What are function prototypes?

1302

What is a type library?

1158

What is a container class?

1217

What is static class data?

1115

What is protected inheritance?

1098

What are the sizes and ranges of the basic c++ data types?

1108

What are the new features that iso/ansi c++ has added to original c++ specifications?

1217

Difference between pointer to constant vs. Pointer constant

1221


Un-Answered Questions { C++ }

I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.

2886


What is c++ array?

1197


What do you mean by persistent and non persistent objects?

1499


What is c++ map?

1259


Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()

1597


What is do..while loops structure?

1216


which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?

1238


What is a volatile variable in c++?

1586


How can you overcome the diamond problem in inheritance?

1234


Is there any function that can skip certain number of characters present in the input stream?

1131


What are the data types in oop?

1168


What happens when the extern "c" char func (char*,waste) executes?

1137


Can create new c++ operators?

1070


What parameter does the constructor to an ofstream object take?

1112


Will this c++ program execute or not?

1164