Explain the features of C-language?

: 733
Paper : C Programming FAQ (Frequently Asked Questions and answers) for freshers | Platform : Procedural Programming Languages | Category : Programming FAQs

  • Simple to learn as program parts can be broken into pieces.
  • It is portable. The one program can be run on any machine. 
  • It has a powerful set of data types and operators due to which works faster. 
  • It is a combination of both low-level language and high-level language.
Suggested Papers: