What are c++ variables?
No Answer is Posted For this Question
Be the First to Post Answer
Explain deep copy?
How many storage classes are available in C++?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
is throwing exception from a constructor not a good practice ?
Is there any difference between dlearations int* x and int *x? If so tell me the difference?
What is the use of endl in c++ give an example?
Write a program to get the value of sin (x) using a library function , when x is given in degrees.
Explain this pointer?
What is #include iostream in c++?
Why is c++ a mid-level programming language?
if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3
What is difference between shallow copy and deep copy? Which is default?