Multiple choice Which of the following is true about an ideal compiler? It should be written in a high level language. It should produce the code that is smaller in size and executes faster. It should be smaller in size and it takes lesser time for compiling. None of these Reveal answer Fill a bubble to check yourself B Correct answer Explanation An ideal compiler aims to generate optimized target code that is both smaller in size and executes faster, maximizing runtime efficiency.