Features Of C Language

C programming language so popular because it is reliable, simple and easy to use

Features Of C Language

C programming language so popular because it is reliable, simple and easy to use. C programming language has best performance record. Because of highest execution among all other language. C programming language is mainly used for develop desktop based application.

 C programming language is a general-purpose programming language

 C programming is a mid-level programming language

 C programming is a small language, with just 32 keywords

 C programming is efficient and fast programming language.

Simple

C programming is a simple programming language. C programming is very easy to understand and developed by programmer.

C programming is Machine Independent or Portable

In C Prograimming language written c programs can be executed on many machines with a little bit or no change.C programming language is platform dependent programming language.

Compiler Based

C programming language is a compiler based programming language that means without compilation no C program can be executed. First we need compiler to compile our c program and then c program will execute.

C Language is Middle Level Language

C language supports two level programming instructions one is low level and another is high level language for that reasion it is called middle level language. C is called middle lelev programming language.