Standard form close standard formA number between 1 and 10 multiplied by a power of ten, eg 193 in standard form is written as 1·93 × 10², 0·193 in standard form is written as 1·93 ×10⁻¹. It is used ...
Here's a C/C++ program that converts decimal numbers ranging from 0 to 99,999 to binary and BCD formats. Using a simple algorithm in conjunction with pointer ...