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?

1312

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

1250

Write about the use of the virtual destructor?

1066

How a new operator differs from the operator new?

1190

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

1195

Write about a nested class and mention its use?

1168

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

1154

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

1145

What is the sequence of destruction of local objects?

1033

What is the main purpose of overloading operators?

1217

What is a c++ class?

1155

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

1269

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

1018

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

1228

Why are arrays usually processed with for loop?

1292


Un-Answered Questions { C++ }

What are the advantages of using typedef in a program?

1187


If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?

1106


find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.

2612


Can constructor be private in c++?

1092


Is oops and c++ same?

1098


write a program that takes input in digits and display the result in words from 1 to 1000

2496


Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement

1267


State the difference between pre and post increment/decrement operations.

1162


Explain the difference between static and dynamic binding of functions?

1125


What is encapsulation in c++?

1380


What is implicit pointer in c++?

1146


Write a program to add three numbers in C++ utilizing classes.

1186


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create

2683


Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].

1115


What is the difference between a mixin and inheritance?

1046