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


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is a singleton c++?

0 Answers  


Who made c++?

0 Answers  


founder of c++

7 Answers   Microtek, TCS, TeleCommand,


What do you mean by static variables?

0 Answers  


What is the iunknown interface?

0 Answers  






Will a catch statement catch a derived exception if it is looking for the base class?

0 Answers  


total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.

0 Answers  


write a program to insert an element into an array

26 Answers   TCS,


Carry out conversion of one object of user-defined type to another?

0 Answers  


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

0 Answers  


What are friend functions in C++?

0 Answers   BlackRock,


What is endl c++?

0 Answers  


Categories