What is the full form of c++?
No Answer is Posted For this Question
Be the First to Post Answer
Explain overriding.
They will ask u question about single linked list?. Write Code for to insert delete node.
What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same
What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?
Explain the differences between private, public and protected and give examples.
Is turbo c++ free?
Hi i need to Acess a variable "int Intval" in the below mentioned code .How to Access it guys i am waiting for your reply
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
What are the rules about using an underscore in a c++ identifier?
What is the need of a destructor?
What is a far pointer? where we use it?
Differentiate between declaration and definition in C++?