Search This Blog

Showing posts with label convert to hex. Show all posts
Showing posts with label convert to hex. Show all posts

Program to Convert Decimal Number to Hexadecimal Number

This program is to convert a number in decimal number system (base 10) to a hexadecimal number (base 16). I have wrote a function reversestring to reverse a string. You may use strrev function instead if available. The program is as follows: