Showing all posts tagged "List Reverse"
Continuation of Arrays methods
Today we discuss about arrays methods
Arrays can be accessed using negative indexes unlike C .C doesn't support negative indexes and it is also a advantage.
Consider list A =[1,2,3,4,5,6,7]
then last elements can be accessed using 'negative indexes'
A ...
Posted on January 31st, 2019