given str1 = "HELLO", What will be the values of ?
(a) str1 [0] (b) str1 [1] (c) str [-5]. (d) str [-4] (e) str [5]
Answers
Answered by
3
Answer:
a. H
b. E
c. H
d. E
c. String index out of bounds exception in java
NULL in C language
Similar questions