Why is C language being considered a middle level language?

2 years ago
C Programming

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.

0
Sanisha Maharjan
Jan 20, 2022
More related questions

Questions Bank

View all Questions