+ 2
Why this program show thread main exception??? Can anyone xplain me??
5 Answers
+ 5
Harsh Agrawal
these type of exception come when you go out of the array size
for(int i=8; i>0; i--)
from this part
+ 6
welcome bro
Harsh Agrawal
+ 2
thnxzzzz Arun Tomar
0
done COTD
- 1
getting same problem in most codes