retagged by
42 views
0 votes
0 votes
Not related to gate but genral programming..

if some one ask me array indexing start from 0,yes i know array indexing start from 0 . but can i also say sometime if i want array indexing is also start from 1 what happen if indexing satrt from 1 insted of 0.

how can i proff that indexing    start with 1.

i know Array  indexing tell me how many  steps ahed are from the first position of array,
retagged by

Please log in or register to answer this question.

Related questions

440
views
0 answers
0 votes
s9k96 asked Jun 27, 2018
440 views
How Format specifiers in C works?If the Code is :#include <stdio.h> int main(void) { // your code goes here char *s= "First Name"; int x= 12345; ... be 10 minimum so should get more spaces. code is here also :https://ideone.com/Mo5jwf
377
views
1 answers
0 votes
Ashish Roy 1 asked Mar 21, 2019
377 views
How to know whether in this question answer will be 6^4 or 4^6.In how many ways can a person send invitation cards to 6 of his friends if he has 4 servants to distribute the cards?
734
views
1 answers
1 votes
Sona Barman asked Mar 8, 2019
734 views
How to check a relation is transitive or not from its matrix representation? Please help me with an example.
593
views
1 answers
0 votes
kman30 asked Jan 6, 2019
593 views
In floating point representations , how to determine what is to be subtracted from the exponent ?In 32 bit representation, somewhere it is said to subtract 128 from ... , somewhere it is written 127 to be subtracted ?How to check this ?