How do I use turbo c++?
No Answer is Posted For this Question
Be the First to Post Answer
Define vptr.
Mention the ways in which parameterized can be invoked.
How do you allocate and deallocate memory in C++?
In a function declaration what does extern means?
What is general form of pure virtual function? Explain?
What are structures and unions?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
Define macro.
What is c++ code?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
Give example of a pure virtual function in c++?
Is c++ a good first language to learn?