What is the Maximum Size that an Array can hold?
Answer Posted / guest
the array can hold only the no of elements given in braces
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is a type library?
What is istream and ostream in c++?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
How to implement is-a and has-a class relationships?
What is difference between c++ and c ++ 14?
What problems might the following macro bring to the application?
Explain rethrowing exceptions with an example?
What is the importance of mutable keyword?
How to declare a pointer to an array of integers?
What is using namespace std in c++?
Explain deep copy?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
Which is the best c++ software?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
What is math h in c++?