Hey Guys! Can Anyone Explain the Logic Behind this Code.(Class 10)(ICSE).
Attachments:
Answers
Answered by
0
in line number 6 a type conversation is taking place which puts the ASCII value of 97 i.e 'a' to char variable 'ch' which is then followed by a condection which you should ignore because it will get true when loop will breake
It will then print the equivalent ASCII decoded value i.e
a' '
b' '
c' '
d' '
It will then print the equivalent ASCII decoded value i.e
a' '
b' '
c' '
d' '
Similar questions