What is the Maximum Size that an Array can hold?
Answer Posted / manoj
The size in Arrays is basically of type int. An int in java
is of 32 bits, so the maximum size we can give is 2,147,483,647.
Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Will the following program execute?
You want to link a c++ program to c functions. How would you do it?
What is enum c++?
What are the steps in the development cycle?
What are the 2 main types of data structures?
What are c++ data types?
what is software cycle? What is a mission critical system ? What is the important aspect of a real-time system ? Explain the difference between microkernel and macro kernel. Give an example of microkernel.Why paging is used ? Which is the best page replacement algo and Why ? What is software life cycle ? How much time is spent usually in each phases and why Which one do U want to work if selected in Honeywell ? Which are the different types of testing ? What is a distributed system ? Some questions about CSP. Which languages do U know ? What are the differences between Pascal and C. questions from Compiler construction and Lisp. Which are the different computer architecture? What is the requirement in MIMD ? What is the difference between RISC and CISC processors ? Difference between loosely coupled and tightly coupled systems ? What is an open system?
How to get the current position of the file pointer?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
Can I run c program in turbo c++?
Can static member variables be private?
What is an incomplete type in c++?
How do I use arrays in c++?
Why namespace is used in c++?
Why pointer is used in c++?