Which coding languages uses Binary only ?

A ) C#

B ) C++

C ) Machine Language ✅

D ) High Level Language


Explanation:

Explanation for Exams:

  • Machine Language is the only language that uses binary code (0s and 1s) only.
  • It is the lowest-level language understood directly by computers.
  • Each instruction is written in a series of binary digits.
  • Other languages like C, Python, or Java must be translated into machine language before execution.

🔁 Synonyms used in exams:

  • Binary Language
  • Machine Code
  • Low-Level Language.