✏️ Explanatory Question

Why is C language being considered a middle level language?

👁 1,626 Views
📘 Detailed Answer
💡

Answer with Explanation

This is because C language is rich in features that make it behave like a high level language while at the same time can interact with hardware using low level methods. The use of a well structured approach to programming, coupled with English-like words used in functions, makes it act as a high level language. On the other hand, C can directly access memory structures similar to assembly language routines.