Differences B/W Compiled, Interpreted and Declarative Language

Compiled Language:

  • It executes entire program in a single shot
  • It is faster and more effecient
  • eg : c, c++ …

Interpreted Language:

  • It executes one line at a time
  • It is slow compare to complied language
  • eg: python, …

Declarative Language:

  • it is non-procedular language
  • declarative languages are fact oriented
  • eg : json, xml, sql