High level. (But if your teacher thinks otherwise, just tell them what they expect.) C is a High Level Portable Assembly Language. Oh, and for what its worth I deliberately make a habit of...
High-level and Low-level term are used to differ any computer programming language whether it is easily understandable to human or not.
High Level Language means the language is easily...
High level language needs compiler to convert source code into nearly equivalent machine code & then loader makes it a fully executable machine code.High level these are not machine dependent.low...
Compiling a high-level language means that the high-level source code (what is typed by the programmer) is being converted to machine code (binary, i.e. 0's and 1's) that the local computer can...