Health Tips

C programming is a popular high level language

Introduction

C programming is a popular high level language developed by Denish Ritchie. It is structural programming language (i.e supports several control structure) developed for a specific purpose to design the UNIX operating system.

Features of C language.

  1. It is structural and modular programming language.
  2. It is case sensitive language.
  3. It supports graphics and several mathematical function.
  4. It has several library and other function.

Related Articles

Back to top button