Basics of ‘C’
BY DR. SHEFALI ARORA
NIT JALANDHAR
,low level or high level?
► A low level language is machine dependent
► High level language is computer independent and translated
into computer understandable code by a compiler
, Some Languages by Paradigm
► Imperative (also called Structured or Procedural)
Programming
► FORTRAN, BASIC, COBOL, Pascal, C
► Object-Oriented Programming
► SmallTalk, C++, Java
► Functional Programming
► LISP, ML, Haskell
BY DR. SHEFALI ARORA
NIT JALANDHAR
,low level or high level?
► A low level language is machine dependent
► High level language is computer independent and translated
into computer understandable code by a compiler
, Some Languages by Paradigm
► Imperative (also called Structured or Procedural)
Programming
► FORTRAN, BASIC, COBOL, Pascal, C
► Object-Oriented Programming
► SmallTalk, C++, Java
► Functional Programming
► LISP, ML, Haskell