Menu
×
Tutorials Ms Word Tutorial Ms Excel Tutorial Ms PowerPoint Tutorial C Language Tutorial C++ Tutorial C Sharp Tutorial Visual Basic Tutorial HTML Tutorial CSS Tutorial JavaScript Tutorial WordPress Tutorial
     ❯   

ADVERTISEMENT

Introduction of C language

  • Easy to learn
  • Structured language
  • It produces efficient programs
  • It can handle low-level activities
  • It can be compiled on a variety of computer platforms

Facts about C

  • C was invented to write an operating system called UNIX .
  • C is a successor to the B language, which was introduced around the early 1970s.
  • The language was formalized in 1988 by the American National Standard Institute (ANSI).
  • The UNIX OS was written in C.
  • Today, C is the most widely used and popular system programming language.
  • Most of the state-of-the-art software has been implemented using C.
  • Today’s most popular Linux OS and RDBMS MySQL have been written in C.

Why use C?

C was initially used for system development work, particularly the programs that make up the operating system . C was adopted as a system development language primarily because of its efficiency, as it produces code that runs almost as swiftly as assembly language code. Some examples of the use of C.

C Programs

A C program can vary from 3 lines to millions of lines, and it should be written into one or more text files with the extension “.c”; for example, hello.c. You can use “Note Pad” or any other text editor to write your C program into a file.

Note:

This tutorial assumes that you know how to edit a text file and how to write source code inside a program file.

Spread the love
Scroll to Top
Scroll to Top