Multiple choice technology programming languages

What is the best way to preserve type safety in assembly language?

  1. Don't link your modules to modules written in any other language

  2. Make sure you declare all your variables' data types ahead of time

  3. Don't add variables of one type to variables of another

  4. Devout prayer

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

Assembly language does not have built-in type checking or type safety features. Since the hardware only sees raw bytes and registers, type safety cannot be enforced by the language itself, making 'devout prayer' a humorous but accurate choice.