It is possible to build a C++ compiler on top of a C compiler. How would you do this?
No Answer is Posted For this Question
Be the First to Post Answer
There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?
How can a C function be called in a C++ program?
Consider the following C++ program
what do you mean by exception handling in C++?
What is placement new?
Write a program to read two numbers from the keyboard and display the larger value on the screen
Define type casting in C++.
What does it mean to take the address of a reference?
Explain encapsulation in C++.
What is pass by value & reference.
How to stop class inheritance in C++ with condition that object creation should be allowed
Tell How To Check Whether A Linked List Is Circular ?