Write down a C program that converts decimal number to binary number and display
ID: 3679716 • Letter: W
Question
Write down a C program that converts decimal number to binary number and displays the reverse of the result e.g., binary number of 10 is 1010; your program should produce/display as 0101. Your program should ask user for a decimal number to be input and then it will display the reverse of the binary number for the input value.