0
If I assign a single chat at first index of char array and then I print whole array then only that single char is not printing
3 Answers
+ 1
Arrays start at zero so make sure to iterate over it from arr[0]
0
Can you post some code if its still not working?
- 1
I assign it in 0 index