What is the Maximum Size that an Array can hold?
Answer Posted / puneet anuj shukla
depend upon ram,compiler,programer.hence it con not be
infinite
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What is virtual destructor ans explain its use?
Difference between strdup and strcpy?
Where the memory to the static variables is allocated?
What are move semantics?
What are c++ data types?
What are maps in c++?
What are the various arithmetic operators in c++?
How the endl and setw manipulator works?
What are the three forms of cin.get() and what are their differences?
List the merits and demerits of declaring a nested class in C++?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
Is arr and &arr are same expression for an array?
Can you please explain the difference between using macro and inline functions?
What is the C-style character string?