C is mid level programming language.How?



Vikas Said

+0 -0

C Programming binds the gap between High Level Language(HLL) and Machine Level Language(MLL) and we can easilly do application programming and System Programming,that's why C is Mid Level Programming Language.



Shreya Said

+0 -0

C is a mid-level programming language because it combines the features of both low-level and high-level languages. C can directly interact with the hardware using pointers and memory allocation, which are typical of low-level languages. C can also support structured programming, modular programming, and data abstraction, which are common in high-level languages. C is often used for system programming, such as writing operating systems, drivers, compilers, and libraries, as well as application programming, such as creating software, games, and utilities.



Submit Your Response