Thursday, 29 March 2018

Tutorial No 1: C Programming

Hello guys welcome to all, i hope you all are enjoying here and getting answers of all your questions.

C Programming:
                         
                          C is a very high-level and general purpose programming language it is ideal for developing portable applications. Originally intended for writing system software, C was developed at Bell Labs by Dennis Ritchie in the early 1970s.


It can be defined by following ways:
  • Mother language
  • System programming language
  • Procedure-oriented programming language
  • Structured programming language
  • Mid level programming language

History of C Language

C language is interesting to know. Here we are going to discuss brief history of c language.

C language was developed in 1972 by Dennis Ritchie at bell laboratories of AT&T (American Telephone & Telegraph), located in U.S.A


Features of C Language

  1. Simple
  2. mid level language
  3. Structured language
  4. pointer
  5. Speed
  6. Recursion
  7. Extension
  8. Rich Library


Operators in C



 

operator is a symbol that used to perform operations. There be many types of operations like arithmetic operator, logical, bitwise etc.

  • Arithmetic
  • Relational
  • Shift 
  • Logical 
  • Bitwise 
  • Ternary or Conditional 
  • Assignment 

No comments:

Post a Comment