Ask a Question

c language is called a middle level language.explain

on 2011-02-22 17:13:54   by Aman   on Computer Science & Engineering  2 answers

Rajni

on 2011-02-23 10:30:00  

C is often called a middle-level computer language as it combines the elements of high-level languages with the functionalism of assembly language. High Level language : A high-level programming language is a programming language that is more user-friendly, to some extent platform-independent, and abstract from low-level computer processor operations such as memory accesses. Low Level Language : A low-level programming language is a programming language that is more machine specific, and from computer processor operations such as memory accesses is directly dependent.

Pritam

on 2011-02-28 10:30:00  

c is called mid-level as it supports high level with lower level functions like direct interaction with hardware.......