What is the advantage of c++ over c?
No Answer is Posted For this Question
Be the First to Post Answer
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
Generally variables are stored in heap memory. When he variables are created in stack?
What happens if an exception is throws from an, object's constructor and object's destructor?
What is a template in c++?
What is constructor c++?
Write a program to show polymorphism in C++?
Explain the difference between new() and malloc() in c++?
What is the purpose of templates in c++?
Explain about templates of C++.
What is a container class? What are the types of container classes?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?