This blog is about the C programming language which is updated daily by Saurav Singh. The content of this blog is collected from the different books and my notes to make you feel better understanding of the C language/computer language concept.If you have any related queries or any suggestion contact us at email-id: astepup.ss@gmail.com. You can also contact us on instagram @astepup.ss and on facebook @astepups(A Step up ) page.
A high level language which abstract the information of hardware. It is based on our real life language but in programming language we have to convert High level language into Assembly Language or Machine Level Language with the help of Compiler or Interpreter.
"Assembly language:-An assembly language is a low-level programming language for microprocessors and other programmable devices. " "Machine level language:-Programming language that can be directly understood and obeyed by a machine (computer) without conversion (translation)."