Hello. Please answer the following C programming question correctly by fulfilling and following all of the directions in the pics. Please do not use very advanced syntax to solve the problem. *If correctly fulfill and do all of the steps correctly and do not use very advanced syntax , I will give you a thumbs up. Thanks. -------------------------------------------------------------------------------------------------------------------------------------------------------- Question: Consider the following array of strings. Write code to find the secret message. **The message is the ASCII code of some characters. Your task is to convert all of the digits in the message to a decimal number. The decimal number is the ASCII code of the character that you need to print. When you print all characters, you will see the message. char *binaryMsg[3] ={"0100110101100001011101000110100000110010001100110011000000100000011010010111001100100000011001100111010101101110001000010010000100100001", "010000110110111101101110011001110111001001100001011101000111010101101100011000010111010001101001011011110110111001110011001000010010000100100001", "010000010110111001101111011101000110100001100101011100100010000001110000011100100110111101101010011001010110001101110100001000000110100101110011001000000110010001101111011011100110010100101110" }
Hello. Please answer the following C
*If correctly fulfill and do all of the steps correctly and do not use very advanced syntax , I will give you a thumbs up. Thanks.
--------------------------------------------------------------------------------------------------------------------------------------------------------
Question:
Consider the following array of strings. Write code to find the secret message.
**The message is the ASCII code of some characters. Your task is to convert all of the digits in the message to a decimal number. The decimal number is the ASCII code of the character that you need to print. When you print all characters, you will see the message.
char *binaryMsg[3] ={"0100110101100001011101000110100000110010001100110011000000100000011010010111001100100000011001100111010101101110001000010010000100100001",
"010000110110111101101110011001110111001001100001011101000111010101101100011000010111010001101001011011110110111001110011001000010010000100100001", "010000010110111001101111011101000110100001100101011100100010000001110000011100100110111101101010011001010110001101110100001000000110100101110011001000000110010001101111011011100110010100101110"
};
Step by step
Solved in 5 steps with 2 images