Computer Science, asked by dhruvverma7658, 1 year ago

A decimal number between 0 to 32 exclusive can be expressed in binary system as x4x3x2x1x0, where all xis are either 0 or 1. Write a c program to accept a decimal number in the above range from user, and prints out the equivalent number in binary with leading bit as 1.

Answers

Answered by Anonymous
1

Explanation:

decimal number between 0 to 32 exclusive can be expressed in binary system as x4x3x2x1x0, where all xis are either 0 or 1. Write a c program to accept a decimal number in the above range from user, and prints out the equivalent number in binary with leading bit as 1.

Similar questions