My C Language Journey

[DAY 1]

Hello Everyone, Welcome to my C language journey lets learn about the C Language.

what is a language ?

Generally the languages like Telugu, Hindi, English etc.. are used to communicate with the human beings. Hence they are called human language.

The Language like c/c++/java/.Net/python/Go etc.. languages are used to develop the programs[Software] to communicate with the machines.

what is a c language?

  1. It is a high level/middle level programming language.

    => c is a high level language with low level features. Hence it is called middle level language.

    => c low level features used to design system software and high level features used to design application software. Hence c is also called it is a multipurpose programming language.

  2. c is a compiler based programming language.

  3. c is a procedure oriented programming language.

  4. It is a general purpose language. =>Basically the language divided into 3 types

    1. Machine Language: It created with binary code ex: 11000111
    2. Low Level / Assembly Level: It created with English like shortcuts called MNEMONICS. ex: add , sub
    3. High Level Language: It created with simple English and easy to understand. ex: addition , subtraction

      What is a program ? It is a set of instructions called program.

    What is a software ? It is a set of programs is called software. As per IT industry software is digitalized and automated process.

=> Basically software divided into two types

  1. System Software ex: OS , device drivers , translators
  2. Application Software ex: Calculator , Calendar , v/c media player