COMPUTER SCIENCE

  • C LANGUAGE

Introduction:

C is a general-purpose computer programming language. It was created in the 1970s by Dennis Ritchie, and remains very widely used and influential. By design, C’s features cleanly reflect the capabilities of the targeted CPUs.

How to starts –

  • A text editor, like Notepad, to write C code
  • A compiler, like GCC, to translate the C code into a language that the computer will understand
  • An IDE (Integrated Development Environment) is used to edit AND compile the code.
  • Open Codeblocks and go to File > New > Empty File.

syntax of c