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

What are the advantages of c++? Explain

1116

Why namespace is used in c++?

1118

What do you mean by vtable and vptr in c++?

1099

Explain the difference between new() and malloc() in c++?

1177

Please explain the reference variable in c++?

1130

What is namespace & why it is used in c++?

1173

What do you mean by inheritance in c++?

1140

What is polymorphism & list its types in c++?

1120

Explain the difference between realloc() and free() in c++?

1072

What do you mean by “this” pointer?

1127

What do you mean by friend class & friend function in c++?

1113

Explain the difference between abstract class and interface in c++?

1037

explain the reference variable in c++?

1133

What is the latest version on c++?

1183

What are different types of loops in c++?

1177


Post New C++ General Questions

Un-Answered Questions { C++ General }

What are the two types of polymorphism?

1210


Is it possible for a member function to use delete this?

1134


Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300

2267


What is #include cmath?

1144


What does it mean to declare a member variable as static?

1117


Why are arrays usually processed with for loop?

1284


How do I run a program in notepad ++?

1170


Write a program to read the data and evaluate the results of the election. Print all output to the screen. Your output should specify: The total number of votes, the number of valid votes and the number of spoilt votes. The winner(s) of the election. Hint: An appropriate search should be used to determine the winner(s). The votes obtained by each candidate sorted in terms of the number of votes obtained. Hint: An appropriate sort should be used to sort the candidate(s). The Source code should be saved as VotingSystem. Project Input: Candidates’ Names and Numbers 2501 Victor Taylor 2502 Denise Duncan 2503 Kamal Ramdhan 2504 Michael Ali 2505 Anisa Sawh 2506 Carol Khan 2507 Gary Owen Votes 3 1 2 5 4 3 5 3 5 3 2 8 1 6 7 7 3 5 6 9 3 4 7 1 2 4 5 5 1 4 0 Project Output: Invalid vote: 8 Invalid vote: 9 Number of voters: 30 Number of valid votes: 28 Number of spoilt votes: 2 The winner(s): 2503 Kamal Ramdhan 2505 Anisa Sawh Candidate Score 2503 Kamal Ramdhan 6 2505 Anisa Sawh 6 2501 Victor Taylor 4 2504 Michael Ali 4 2502 Denise Duncan 3 2507 Gary Owen 3 2506 Carol Khan 2

3196


What do you mean by ‘void’ return type?

1103


If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?

1153


Does c++ have finally?

1086


What is function overloading in C++?

1496


Explain the static member function.

1227


What is the most common mistake on c++ and oo projects?

1020


Which one is a preferred language C or C++? Why?

1143