Q:

WHAT DO YOU MEAN BY HIGH LEVEL, MIDDLE LEVEL AND LOW LEVEL LANGUAGES AND GIVE AN EXAMPLE FOR EACH?

belongs to collection: C INTERVIEW QUESTIONS AND ANSWERS

0

WHAT DO YOU MEAN BY HIGH LEVEL, MIDDLE LEVEL AND LOW LEVEL LANGUAGES AND GIVE AN EXAMPLE FOR EACH?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

High level languages –

  • These level languages provide almost everything that the programmer might need to do as already build into the language.
  • Example: Java, Python

Middle level languages –

  • These languages don’t provide all the built-in functions found in high level languages, but provide all building blocks that we need to produce the result we want.
  • Example: C, C++

Low level languages –

  • These languages provide nothing other than access to the machine’s basic instruction set.
  • Example: Assembly language.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C INTERVIEW QUESTIONS AND ANSWERS

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
WHAT IS THE DIFFERENCE BETWEEN STRUCTURED ORIENTED... >>
<< WHICH LEVEL IS C LANGUAGE BELONGING TO?...