Input : Enter any decimal number = 13
Output :- Equivalent binary number is : 0000000000001101
/////////////////////////////////////////////////////////////////////////////////////////////
Input : Enter any decimal number = 136
Output :- Equivalent binary number is : 0000000010001000
/////////////////////////////////////////////////////////////////////////////////////////////
Input : Enter any decimal number = 789
Output :- Equivalent binary number is : 0000001100010101
/////////////////////////////////////////////////////////////////////////////////////////////