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

Explain the static member function.

1226

Give an example of run-time polymorphism/virtual functions.

1058

Does c++ support multilevel and multiple inheritances?

1058

What is the purpose of extern storage specifier?

1255

What are the various access specifiers in c++?

1085

What is the precedence when there is a global variable and a local variable in the program with the same name?

1174

What is the difference between while and do while loop? Explain with examples.

1162

Explain pass by value and pass by reference.

1104

What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.

1116

What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?

1100

State the difference between delete and delete[].

1165

What are virtual constructors/destructors?

1076

What are default parameters? How are they evaluated in c++ function?

1222

When there is a global variable and local variable with the same name, how will you access the global variable?

1157

What is an inline function in c++?

1161


Post New C++ General Questions

Un-Answered Questions { C++ General }

What is a breakpoint?

1075


What is an undefined reference/unresolved external symbol error and how do I fix it?

1166


Define Virtual function in C++.

1149


What is the type of 'this' pointer? When does it get created?

999


What is constructor c++?

1156


Write a program which is required to process the time of a clock in hours and minutes, entered from the keyboard. With this program, there are two requirements for any data entered by a user: 1. The data must be of the correct type (in this case, two ints). 2. The data must be in the correct range: this means that, for the minutes, negative numbers and any number above 59 must be rejected; for the hours, negative numbers and any number above 23 must be rejected. Output error message for invalid data input. Output the time one and a half hour after the time input. i.e. Hour: 22 Min: 32 One and a half hour after 22:32 is 00:02

2005


What is the difference between delegation and implemented-in-terms-of?

1054


What are the characteristics of friend functions?

1073


Can we delete this pointer in c++?

1272


Does c++ support exception handling?

1111


Explain differences between alloc() and free()?

1207


Can a built-in function be recursive?

1077


Is swift faster than go?

1139


What is the c++ code?

1225


What is the last index number in an array of 100 characters a) 100 b) 99 c) 101

1226