Is there any way to access only a specific part of an array in c? For example, in python it is possible for me to access a specific part of an array.
array[10] = 1,2,3,4,5,6,7,8,9,10
array[4:8] = 5,6,7,8
I wanted to know if there is somethi...
asked by
20.05.2014 / 04:03