How to return the first value of this
array? var myArr = [1,2,3,4,5); var
myVal = ..
Answers
Answered by
1
Answer:
myarr[0] this returns the first value in array in c
I hope it is usefull and plz mark me as brilliant
Similar questions