C Language Q & A #7
Where are hexadecimal numbers used in C programming, can you give an example of the syntax that might be used ?
- Hexadecimal numbers are often used to refer to computer memory addresses or other hardware aspects. Hexadecimal numbers are used instead of the binary numbers, which are the native language of the CPU. Most programming languages, includingC, have the ability to input and output numbers in hexadecimal form.