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
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
English,
6 months ago
History,
1 year ago
Business Studies,
1 year ago
Computer Science,
1 year ago
Math,
1 year ago