Why Array Index starts from Zero
Answers were Sorted based on User's Feedback
Answer / karthiga
In os the memory location starts with 0 only.Consider, if
we try to store the value at 1st location means we cant use
our os memory efficiently.That's why all the data type's
memory size are in even numbers.
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / digvijay mishra
I think it dosen,t contain any appropriate answer. If i
will find the appropriate one then i post
it.................
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / priyanka
I think it is just a programming convention nothing more than that otherwise in c array index starts from 1 and can be compiled from the same compiler with which C
++ program can be.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / sandeep
array start with zero index ,it have two main reason.
1>when we allocate a memory first element always store the
address .then u are able to communicate with next address.
example:a[i] put i=0,then it show the address ..
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / mohit
There are many language have array index is starting with
zero and one. The main reason of starting of array is index
is dynamically allocation of array size. Those language
follow the concept of array index is zero have dyanamicaly
allocation of memory and on the other hand starting with one
only have concept of staticlly allocaton.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / san
Yes, first one is absolutely correct because before going
to array size we have to analyze the register settings.
| Is This Answer Correct ? | 11 Yes | 15 No |
Answer / guru
Simple answer, 0 is the starting number of natural numbers.
Be +ve always.. So no one will like to use -ve numbers more than the positive numbers.
You may thing above answer is wrong but the designer will consider above things in mind and creates the compiler.
Thanks,
GP
| Is This Answer Correct ? | 0 Yes | 6 No |
Answer / murukesan
i think 2nd answer is correct
'we can also
access the array elements as'i[a]' instead of 'a[i]' , &
this will not produce an error' is wrong
| Is This Answer Correct ? | 14 Yes | 37 No |
What is document-view architecture ? Give me one real time example for SDI ?
General purpose classes in MFC
How many types of dialog box are their
Explain in sort What is CTargetObject?
Difference between Debug and Release versions?
if i modified data in 1 view how does the other view knows
visual Pogramming c++ coding for create a paint application.. (Please someone help me)
What is the difference between the Encapsulation and Abstraction
25 Answers HCL, Invensys, TCS, Wipro,
How to create a Modeless Dialog?
1) How do you Destroy a Dialog Box ?
What is primitive and non-primitive application?
Hi can anyone explain about the synchronization objects types and where we are using in the code.