What is the Maximum Size that an Array can hold?
Answer Posted / abc
It depends on the data type of the defined array
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What can I safely assume about the initial values of variables which are not explicitly initialized?
What are the various arithmetic operators in c++?
Using a smart pointer can we iterate through a container?
Explain deep copy?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
How would perform Pattern Matching in C++?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
Incase of a function declaration, what is extern means?
What is the benefit of learning c++?
What is a set in c++?
What are the advantages of using friend classes?
What is ios in c++?
Write a struct time where integer m, h, s are its members?
If a header file is included twice by mistake in the program, will it give any error?
Explain the problem with overriding functions