What is const in c++?
No Answer is Posted For this Question
Be the First to Post Answer
When is the copy constructor called?
How is c++ used in the real world?
What is the main use of c++?
Why do we need function?
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?
Explain what you mean by a pointer.
Explain the use of vtable.
What is private inheritance?
diff between pointer and reference in c++?
What is a class definition?
How is static data member similar to a global variable?
What is the full form nasa?