What are the differences between Qbasic and C ?

Qbasic Programming C Programming
  • Qbasic is used to design application software.
  • C is used to design system software.
  • It supports both sub procedure and function procedure.
  • It supports only function procedure.
  • It has limited data type and around 159 keywords.
  • It has wide range of data types and has 32 keywords only.