Home / Questions / What makes C suitable for writing operating systems?
Explanatory Question

What makes C suitable for writing operating systems?

👁 21 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

C offers speed, low-level memory access, and the ability to interact directly with CPU registers and memory locations—important for OS development.