What is the most common mistake on c++ and oo projects?
No Answer is Posted For this Question
Be the First to Post Answer
What is a singleton c++?
Who made c++?
founder of c++
7 Answers Microtek, TCS, TeleCommand,
What do you mean by static variables?
What is the iunknown interface?
Will a catch statement catch a derived exception if it is looking for the base class?
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.
write a program to insert an element into an array
Carry out conversion of one object of user-defined type to another?
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?
What are friend functions in C++?
What is endl c++?