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 Copy Constructor?

ABC, Siemens,

5 33049

What is an abstract class?

Siemens,

6 13025

What is the difference between creating an object, using 'new' and using 'malloc'?

HFG, Siemens,

3 13598

What is a virtual base class?

Fidelity, Siemens,

6 25646

What is OOPS and How it is different from Procedural Programming ?

HP, Infosys, Thyrocare,

23 74939

Difference between Top down and bottom up approaches for a given project ?

BSNL, CSC, HCL, HP, IIT, Infosys, Siemens,

14 111886

What and all can a compiler provides by default?

Accenture, HP,

3 16628

What are the different operators in C++?

HP,

3 14604

What is the difference between method and message?

HP,

5 58716

What is difference between initialization and assignment?

HCL, HP, Infosys,

12 66562

when can we use copy constructor?

HP,

6 17658

Describe functional overloading?

HP,

6 13024

Difference between Overloading and Overriding?

Appnetix Techno, GameLoft, HP, IBM, NIIT, Rohde and Schwarz,

35 205983

Difference between Operator overloading and Functional overloading?

HP,

10 54488

What is virtual constructor paradigm?

HCL, HP,

5 16737


Un-Answered Questions { C++ }

When to use “const” reference arguments in a function?

1022


Can you declare an array without a size in c++?

975


write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.

2204


what you know about c++?

1099


Which coding certification is best?

979


Can static member variables be private?

1126


What is a memory leak c++?

1073


What do stl stand for?

1076


What is else if syntax?

1111


How the keyword struct is different from the keyword class in c++?

992


What is the output of the following program? Why?

1099


What does <> mean pseudocode?

1120


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.

2145


How does free know the size of memory to be deleted

812


What is c++ good for?

1015