UrbanPro

Learn C Language from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

Do array subscripts always start with zero?

Asked by Last Modified  

Follow 3
Answer

Please enter your answer

GeeksForGeeks

In C language array will always starts with index 0, while there are some other languages which offers 1 as the lower index and also some languages have user defined lower and upper bounds, refer to wiki for more details : https://en.wikipedia.org/wiki/Comparison_of_programming_languages_(array) The...
read more
In C language array will always starts with index 0, while there are some other languages which offers 1 as the lower index and also some languages have user defined lower and upper bounds, refer to wiki for more details : https://en.wikipedia.org/wiki/Comparison_of_programming_languages_(array) The technical reason is that C is supposed to be an efficient language. Arrays are stored in contiguous memory locations. So let say, starts at address 1000, the first element of the array will be at 1000. So, if we have indices starting at 1, the compiler would have to subtract one before it can find the actual memory address of the element , Address of an element : baseaddress + ((index-1) * sizeof(element)). In the case of 0-based indices, there is no need to subtract anything, because baseaddress + (index * sizeof(element)) gives us the appropriate address. read less
Comments

Thanks for the question Avishkar, Yes, array subscripts always starts with zero. Thank You, Team DishaaPro
Comments

Professional Tutor with 15 years of experience.

Yes. If you have an array a (in which MAX is some value known at compile time), the first element is a, and the last element is a. This arrangement is different from what you would find in some other languages. In some languages, such as some versions of BASIC, the elements would be a through a, and...
read more
Yes. If you have an array a[MAX] (in which MAX is some value known at compile time), the first element is a[0], and the last element is a[MAX-1]. This arrangement is different from what you would find in some other languages. In some languages, such as some versions of BASIC, the elements would be a[1] through a[MAX], and in other languages, such as Pascal, you can have it either way. read less
Comments

Professional Trainer

Yes, it is a always starts with Zero index to Arraysize-1. If arrasize is 100 then index or subscript of array will be 0 to 99. Mostly all languages follow the same rule like C, C++, Java, C#, etc.
Comments

Training Centre

Yes, array subscripts or indexing is always starts with zero.
Comments

Professional Tutor with 15 years of experience.

Yes. , the first element is a,ie array subscript always starts with zero
Comments

Computer Science Tutor

It purely depends on the programming language. C, C#, Java all provide array indices starting from zero (0). COBOL, FORTRAN, ALGOL etc. languages provide array indices starting from 1.
Comments

Technology expert

yes
Comments

IT Professional Trainer with above 15 years of experience into software IT training

Yes in C Language array subscripts always starts with zero
Comments

website and mobile application development training, digital marketing training

yes, as it is quite logical.
Comments

View 47 more Answers

Related Questions

hi sir c progarm codeing how to write sir........
take any C book then u can learn more...
Suryateja
Which are the best books to learn C?
Yashavant Kanetkar
Kratika
What is "&" called in C language?
The Address Operator in C also called a pointer. This address operator is denoted by “&”. This & symbol is called an ampersand.
Soumya
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Pointers Concept
Every variable has a memory location and every memory location has its address defined which can be accessed using ampersand (&) operator, which denotes an address in memory. Consider the following...

Functions In C Programming
A C-language program is nothing but collection of Function, these are the building blocks of a ‘C’ program. Generally, a function mans a task. “Function is a...

C Program-Prime Number
/*WAP to print a number entered by the user is prime or not*/ //Header files #include<stdio.h>#include<conio.h> //Main function void main(){ int num,i; //Function for clearing screen clrscr();...
S

Everything about printf in C language
What is printf and from where it comes from in C code.? You must have used printf so many times in your Car programs but do you really know everything about printf? Let's see. What is the full form...

C Program-The Odd Loop Demo
/* WAP to print square value of the number entered by user using odd loop*/ //Header Files #include<stdio.h>#include<conio.h> //Main Function void main(){ char another='y'; int num,sq; //...
S

Recommended Articles

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you
X

Looking for C Language Classes?

The best tutors for C Language Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn C Language with the Best Tutors

The best Tutors for C Language Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more