InterviewSolution
| 1. |
Why Is C Language Being Considered A Middle Level Language? |
|
Answer» 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. 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. |
|