What is the Maximum Size that an Array can hold?
Answer Posted / arvind giri
java.lang.Integer.MAX_VALUE + 1
| Is This Answer Correct ? | 6 Yes | 11 No |
Post New Answer View All Answers
Why do we use structure in c++?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
Difference between pass by value and pass by reference?
Can we use clrscr in c++?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
To which numbering system can the binary number 1101100100111100 be easily converted to?
What are put and get pointers?
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
Which is better turbo c++ or dev c++?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
What is a literal in c++?
When there is a global variable and local variable with the same name, how will you access the global variable?
What is the purpose of the "delete" operator?
What is the role of C++ shorthand's?
What is conditions when using boolean operators?