The C programming language is developed by Dennis Ritchie in AT & T Bell laboratory in 1972. It is one of the most popular languages, most of the games and other programming languages are written in C only.
The following tutorials will help you start with the C language. All of them are explained in simple language, along with examples and screenshots. Go through them one by one and you would feel that learning C is not at all difficult.
- Turbo C++ installation: Turbo C++ is used to compile and run a C program. This tutorial covers the Turbo C++ installation steps plus various steps that are required to compile and run a program.
- Structure of a C program: First C program and its structure. If you are looking for a simple program to start up with C language then I would recommend you to refer this tutorial. It will help to learn the basics of C Programming.
- C Keywords: There are few reserved words in C programming language. These words have their own meaning and cannot be used and altered by a programmer. Which means you can’t use these keywords as a variable name while writing a program.
Leave a Reply