Introduction To C Programming language......

 What is programming?

  • Programming is the process of instructing computers to perform tasks by providing them with a set of step-by-step instructions, known as code. It involves writing and organizing code using programming languages to create software, websites, or automate various process.

What is programming language?

  • A programming language is a set of rules and syntax that enables humans to communicate instructions to computers. It serves as a medium to write software and develop applications.

  • eg; phython, c, c++, c#




What is "C programming language"?

  • C programming language is a versatile and powerful programming language. Developed in the early 1970s, it is widely used for system and application software, emphasizing efficiency and low-level control over hardware.

History of C programming language.

  • The C programming Language was pioneered by Dennis Ritchie at AT&T Bell Laboratories in the early 1970s.
  • C became popular with the development of UNIX operating system which was developed in the same laboratory.
  • In 1990, the first official ANSI standard definition of C was published.
  • In 1999, ISO standard for C was published.

Special   facts you need to know about C programming language.

  • This is a high level programming language.
  • This is a case sensitive language.
  • ANSI C and later ISO C standards have standardized the language, ensuring consistency across implementations.
  • C is a procedural programming language, emphasizing procedures or routines over object-oriented programming.

What can we do by C programming language?

C programming language is used for various purposes, such as:

  • System Programming: Developing operating systems and embedded systems.
  • Application Development: Creating software applications.
  • Game Development: Designing and programming games.
  • Compilers and Interpreters: Implementing programming language tools.
  • Database Systems: Building database management systems.
  • Networking: Developing network protocols and applications.
  • IoT (Internet of Things): Programming IoT devices.
  • Device Drivers: Writing software to control hardware.
  • Artificial Intelligence: Implementing algorithms and models.
  • Web Development: Creating server-side applications.

This all about the introduction of C programming language. In next lesson we hope to start how to start programming.

-Team CodeQuasar- 

Post a Comment

Previous Post Next Post