Computer Science, asked by simrin04, 4 months ago

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 yellaiahe8008
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