Computer Science, asked by vanibaskaran334, 11 months ago

Given the string ``s = "Hello"``, we wish to change it to ``hello``. what is the result of s[0] = 'h' ?

Answers

Answered by sahilshenoy3
0

Hii.

s[0] of first string is H

but of resultant string is s[0] = h

Thank u!!!

:-)

Similar questions