Menu

Write Program C Language Convert Given 5 Char String S Ascii Binary String Example Input M Q43865912

Write a program(C language) to convert a given 5 charstring into it’s ASCII binary string.

For example, if input is “Mad” then outputis 

4D 61 64 (ASCII string) and

01001011 01100001 01100100(binary from).

please give the explanation also

Expert Answer


Answer to Write a program(C language) to convert a given 5 char string into it’s ASCII binary string. For example, if input is “Ma…

OR