In c array subsript always start from
Answers
Answered by
1
Answer:
The array element is always accessible by the index which is sometimes known as subscripts. To access the first position of an array we used the subscript "0". Throughout C and C++, array indexing must begin at 0 which is a norm....
Similar questions