Showing posts with label example of hll. Show all posts
Showing posts with label example of hll. Show all posts

Saturday, December 24, 2011

High Level Language


HLL stands for High Level Language. Basic features of HLL is as  following:
  • These language are particularly oriented towards describing the procedures for solving the problem in a concise, precise and unambiguous manner. 
  • HLL are programming language which is user friendly, easy to learn and writing program, to extent platform independent.
  • Hll language are machine independence so its require Compiler or Translator to translate these code in machine language.
  • Examples of high level languages are C, C++, Java,FORTRAN etc.
Note: FORTRAN is first High Level Language.


Learn also :
  1. What is Low Level Language?
  2.  Why C is called middle level Language?