The       programming language

The computing world has undergone a revolution since the publication of The C Programming Language in 1978. In 1983, theAmerican National Standards Institute (ANSI) established a committee. whose goal was to produce an unambiguous and machine-independent definition of the language C", while still retaining its spirit. It is easy to learn, and it wears well as one's experience with it grows. I hope this site will help you to use it well.

       This website aims to impart knowledge to analyze, solve, design and code real-life problems using C language.

Features of this site:

1.Introduction to C  

 Structure of C Language

Data Types

Standard Input-Output Functions

 Conditional Statements &The Loop Constructs

2.Control Flow and More I/O Functions

Logical Operators

The for Loop Construct

Formatted Input-Output

One-Dimensional Arrays

3.Operators and Arrays

Operators

Two-Dimensional Arrays

Two-Dimensional Character Array

The Preprocessor Phase

4.Pointers

Introduction to Pointers

Pointer Arithmetic

String-Handling Functions Using Pointers

5.Modular Programming

Review of Functions &Invoking Functions

Data Storage Types

Standard String-Handling Functions

6.Input-Output from Files

File Handling in C

Line Input and Output with Files

7.Structure and User-Defined Data Types

More on Structures & User-Defned Data Types

Writing Records from Files