What is the Maximum Size that an Array can hold?
Answer Posted / mousam sahu
array is a derived data type which is used to store
different data items of same data type and same purpose
with a common name
array gives static memory allocation it means
the size of array can not be changed during programe
execution .
array index always starts from zero andends at (n-1) if
the array size is n.
| Is This Answer Correct ? | 3 Yes | 15 No |
Post New Answer View All Answers
What is the role of copy constructor in copying of thrown objects?
How would you find out if a linked-list is a cycle or not?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
Is c or c++ more useful?
What is an associative container in c++?
Is python better than c++?
How is static data member similar to a global variable?
When is dynamic checking necessary?
What is runtime polymorphism in c++?
State the difference between pre and post increment/decrement operations.
What are the main features of c++?
What is the output of the following program? Why?
Can a constructor return a value?
What does the nocreate and noreplace flag ensure when they are used for opening a file?
What does scope resolution operator do?