Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is the difference between the SDI and MDI

3 Answers   Invensys,


What is the use of UpdateData funciton ?

7 Answers  


how many types of messages are their

4 Answers   E Logic, TCS,


Do you have an idea about MFC?

0 Answers   C DAC, CDAC,


What is the size of class

18 Answers   Aircom,


What is difference between the TCP/IP and UDP socket

5 Answers   Invensys,


what is the use of Mutex and critical section

2 Answers  


What types of threads are supported by MFC framework?

2 Answers  


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

1 Answers  


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,


What is the use of message map ?

5 Answers   TCS,


Will there be any difference in the image buffer size if it is loaded in from CString to LPTSTR using GetBuffer()? lptstr = string.GetBuffer(0);

2 Answers  


Categories