C:
✓ High level programming language.
✓ But also support the concept of features of low level language. Hence 'C' is also called a High level language.
✓ Developed by Denis Ritche  at AT &T Bell's Lab,USA in 1972.

 What is C?

             C is a high level language developed by Denis Ritche  at AT &T Bell's Lab,USA in 1972. C is also called higg level language.

Basic characteristics of c program:

1. Program should be written in small latter, except some special cases.
2. Should use are main() function with in a program.
3. ShiSho use semicolon (;) at the end of evhe statement.
4. Should include specific Hader file by #include directive as per needs the program.
5. Should be declared/define work variables with proper data type.