English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

means
int a[10];

where 10 is maximum or we can increase the size from 10 to how many digits we can incresase ?

2006-11-03 19:50:01 · 4 answers · asked by sagar_ojhar 2 in Computers & Internet Programming & Design

4 answers

I don't see how you could access elements in an array past MAXINT. (Using array syntax.)

So the practical answer is MAXINT.

2006-11-04 07:28:38 · answer #1 · answered by Lisa A 7 · 0 1

The size of the array is not limited by the (C) language, but rather is limited by the amount of memory that is available on the computer.

2006-11-03 20:22:05 · answer #2 · answered by swami060 3 · 0 0

In C size of array is bounded by amount of memory that specifies to program at executon time.

2006-11-03 20:52:24 · answer #3 · answered by navid e 1 · 0 0

The size of array is limited by amount of memory and there is no hardcoded limit put by compiler.

2006-11-03 20:39:39 · answer #4 · answered by manoj Ransing 3 · 0 0

fedest.com, questions and answers