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

2006-09-14 01:55:22 · 4 answers · asked by dumesh k 1 in Computers & Internet Programming & Design

4 answers

Basics:
You can't insert or delete things in the middle of the array easily and maintain order. If you insert something, you have to push the rest of the array down one by one. If you delete something, you have to push the rest of the array back.

The benefits are that you can immediately access any member of the array.

2006-09-14 01:58:04 · answer #1 · answered by std 3 · 1 0

the major draw back of using arrays is that u r supposed to specify the size of an array when u initialize it......as far as i know none of the languages like C or java support whats known as dynamic arrays........yeah C# does support it....By dynamic arrays i mean that u need not specify the size of the array

2006-09-14 02:00:09 · answer #2 · answered by jigvesh b 2 · 0 0

arrays will compress u r code. but in case of using different controls for eg. textbox, check box etc. u will get prob. in assigning value. In array u will get limitation of datatype.

2006-09-14 03:16:06 · answer #3 · answered by dipak 2 · 0 0

In comparison to what?

2006-09-14 02:41:43 · answer #4 · answered by Anonymous · 0 0

fedest.com, questions and answers