How can you quickly find the number of elements stored in a
a) static array b) dynamic array ?
Answer Posted / guest
static array
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What does new return if there is insufficient memory to make your new object?
What are c++ storage classes?
Explain method of creating object in C++ ?
Explain virtual class and friend class.
How do you find out if a linked-list has an end?
What is called array?
What does it mean to declare a member function as virtual?
What is else syntax in c++?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
How would you find out if a linked-list is a cycle or not?
What is #include iostream in c++?
What are the advantages of c++?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
Is there a sort function in c++?
Explain unexpected() function?