14. Given str1 = “Hello”, what will be the values of ?

(a) str1 [0] : ‘H’

(b) str1[1] : ‘e’

(c) str1[-5] : ‘H’

(d) str1[-4] : ‘e’

(e) str1[5] : ‘o’