Computer Science, asked by Superman4369, 1 year ago

Convert string "MATHS marks 50" to ASCII and Unicode string

Answers

Answered by MarathaKT
0
you can get it done by using a for-loop for extracting each alphabet from its index position... then putting it in ASCII (a) like this function
Answered by MVB
0

Thanks for the question!


It is definitely a very interesting question to solve and do some brainstorming.


**************************************************


Ans : “MATHS marks 50”  = 77 65 84 72 83 32 109 97 114 107 115 32 53 48

        “MATHS marks 50” =

0000004d00000041000000540000004800000053 0000006d00000061000000720000006b00000073 0000003500000030(UTF - 32)

**************************************************


Hope it helps and solves your query!!

Similar questions