Can I learn c++ without learning c?
No Answer is Posted For this Question
Be the First to Post Answer
Is c++ vector a linked list?
Define a constructor - what it is and how it might be called (2 methods)?
What is called array?
What is c++ namespace?
Implement a 2 dimensional array by one dimentional array
Explain the need for "Virtual Destructor"?
What are the basic data types used in c++?
What is pointer to array in c++?
Why null pointer is used?
Find the second maximum in an array?
What is a tree in c++?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL