BeginnersBook

  • Home
  • Java
    • Java OOPs
    • Java Collections
    • Java Examples
  • C
    • C Examples
  • C++
    • C++ Examples
  • DBMS
  • Computer Network
  • Python
    • Python Examples
  • More…
    • jQuery
    • Kotlin
    • WordPress
    • SEO
    • JSON
    • JSP
    • JSTL
    • Servlet
    • MongoDB
    • XML
    • Perl

C Basics: Getting started with C programming

Last Updated: September 23, 2017 by Chaitanya Singh | Filed Under: c-programming

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.

  1. 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.
  2. 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.
  3. 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.

Top Related Articles:

  1. Pointers in C Programming with examples
  2. Variables in C
  3. C – Decision control statements in C programming language
  4. Operator precedence and Associativity in C programming language
  5. History of C Language

About the Author

I have 15 years of experience in the IT industry, working with renowned multinational corporations. Additionally, I have dedicated over a decade to teaching, allowing me to refine my skills in delivering information in a simple and easily understandable manner.

– Chaitanya

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

C Programming Tutorial

  • C Tutorial
  • History of C
  • Features of C
  • Turbo C++ installation
  • First C Program
  • printf scanf
  • Variables in C
  • Data Types in C
  • C - Keywords
  • C Identifiers
  • C Comments
  • Operator precedence
  • C - if statement
  • C - if..else
  • C - for loop
  • C - while loop
  • C - do while loop
  • C - continue
  • C - break statement
  • C - switch..case
  • C - goto statement
  • C - Arrays
  • 2 D array
  • C - String
  • C - functions
  • Function call by reference
  • Function call by value
  • Array to function
  • C - Structures
  • C - Pointers
  • Pointer to Pointer
  • Pointers to functions
  • C - function pointers
  • Pointer & Array
  • C - File I/O
  • C Programming Examples

Copyright © 2012 – 2025 BeginnersBook . Privacy Policy . Sitemap