Multiple choice technology programming languages What is the best way to preserve type safety in assembly language? Don't link your modules to modules written in any other language Make sure you declare all your variables' data types ahead of time Don't add variables of one type to variables of another 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.