Hey Guys! Can Anyone Explain the Logic Behind this Code.(Class 10)(ICSE).
Attachments:
![](https://hi-static.z-dn.net/files/d0f/fce0ba2f479fffe021ce26cc6c6ec088.jpg)
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