Introduction C Programming and Data-Structures
Prof. Pradipta Kumar Mishra
Department Of CSE
Ph.-9938537597
E-Mail:
[email protected]
Centurion University Technology And Management(CUTM), Bhubaneswar, odisha
Programming in C
C is a general-purpose language which has been closely associated with the UNIX operating
system for which it was developed – since the system and most of the programs that run it are
written in C.
In 1972 Dennis Ritchie at Bell Labs writes C.
The ANSI standard, or “ANSI C”, was released in 1988.
C is popular language because of the following features present in it:
Compiler Portability
Standard Library Concepts
Powerful Operator set
An elegant syntax
Usage of hardware using C
C is often called a “Middle Level” programming language where it has capability to access
the system’s low level functions.
Note:
Most high-level languages (e.g. Fortran) provides everything the programmer might
want to do already built into the language.
A low level language (e.g. assembler) provides nothing other than access to the
machines basic instruction set.
In this C programming study notes, we provide the notes for the following topics along with
examples and assignment problems.
C basics, Arrays, Pointers, Strings, Functions, Recursion functions