Why Array Index starts from Zero

Answers were Sorted based on User's Feedback



Why Array Index starts from Zero..

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

Why Array Index starts from Zero..

Answer / tamil

I think may be 13th answer is correct

Is This Answer Correct ?    2 Yes 3 No

Why Array Index starts from Zero..

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

Why Array Index starts from Zero..

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

Why Array Index starts from Zero..

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

Why Array Index starts from Zero..

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

Why Array Index starts from Zero..

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

Why Array Index starts from Zero..

Answer / ved prakash sharma

All Ans. are wrong.

Is This Answer Correct ?    16 Yes 22 No

Why Array Index starts from Zero..

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

Why Array Index starts from Zero..

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

Post New Answer

More MFC Interview Questions

if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first

10 Answers   Siemens, Symphony,


How we call a dialog in another dialog?

2 Answers  


What is userdefine Messages in MFC?

1 Answers   HCL,


Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?

2 Answers   Sony,


how to repaint when working with horizontal scroll bar

0 Answers  






Why not virtual functions to handle messages?

5 Answers  


What are the types of button controls?

10 Answers  


1)set the Title for The File DialogBox, in MFC?

1 Answers  


What is CArchive class dowes?

4 Answers  


1)why we cant create more than one instance of the class Derived from CWinApp

5 Answers   Alstom,


How to find the mouse entering an image?..while entering need to display next image...

4 Answers  


Psychic Window Technique

2 Answers   E Logic, Wild Net,


Categories