What is the Maximum Size that an Array can hold?
Answer Posted / shubhra pal
INFINITY
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
program explaining feautures of c++
When should we use container classes instead of arrays?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
Are strings immutable in c++?
Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300
Explain the use of vtable.
What is type of 'this' pointer? Explain when it is get created?
Define a conversion constructor?
What is the role of C++ shorthand's?
How do you invoke a base member function from a derived class in which you have not overridden that function?
Explain register storage specifier.
What is abstraction c++?
How do we balance an AVL Tree in C++?
Why is c++ still popular?