✏️ Explanatory Question

What makes C faster compared to other languages?

👁 24 Views
📘 Detailed Answer
🟢 Easy
💡

Answer with Explanation

C is compiled directly into machine code and does not require an intermediate interpreter or virtual machine. This makes execution extremely fast.