Why do we use 0?



Why do we use 0?..

Answer / Shagufta Parveen

In C#, indexes start from 0 by default. This means that if you have an array with 5 elements, the last element's index is 4.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are Generics?

5 Answers   TCS,


Illustrate serialization?

1 Answers  


What is a .exe extension files? How is it similar to .dll extension files?

1 Answers   Accenture,


What are nested classes in c#?

1 Answers  


What is the difference between a class and an object c#?

1 Answers  


Write a program to find the angle between the hours and minutes in a clock

1 Answers  


What is the name of c# compiler?

1 Answers  


Why we use methods in c#?

1 Answers  


Is a dll an assembly?

1 Answers  


Can abstract classes be final?

1 Answers  


Why is dll used?

1 Answers  


What do you mean by a windows process in regards to memory allocation?

1 Answers  


Categories