Multiple choice

In C, the numeric data stored is in ____form.

  1. binary

  2. octal

  3. hexadecimal

  4. none of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Computers operate using binary logic, so all numeric data stored in memory is represented in binary form (sequences of 0s and 1s).