C Introduction


C language tutorial helps you to understand the C language for beginners, as well as professionals.

 

C language tutorial explained with simple programs.

 

Each topic explained with a simple diagram for better understanding.


c-introduction

What is C?

C is a programming language for creating system applications.

  • C is basic for all other programming languages.
  • C is a Structured programming language.
  • C is fast, portable and available on all platforms.
  • C is a middle-level computer language. It is not an Object Oriented Programming language.
  • C is a procedural language.
  • C is known as Mother language.
  • C is System programming language

c basics


Simple C Program

#include <stdio.h> 
void main() {
	printf("Hello World!");
}



Onlinetpoint is optimized for basic learning, practice and more. Examples are well checked and working examples available on this website but we can't give assurity for 100% correctness of all the content. This site under copyright content belongs to Onlinetpoint. You agree to have read and accepted our terms of use, cookie and privacy policy.