Nishant Kumar, PhD
Assistant Professor
About Me
Subject I Teach
Unix
Python
Programming in C
Professional Certificates
Publications
Lockdown Learnings
Git Repo
Programming in C
Introduction to Computers
Computer and its Components
Assembler, Compiler-and Interpreter
Number System
About Language 'C'
C is a programming language developed at AT&T’s Bell Laboratories of USA in 1972. It was developed by Denis Ritchie.
It is reliable, simple and easy to use. It is the base of all the languages.
We also call it Structured programming.
C is highly portable means you can write one program and can run it on any machine with no or little modification.
A C program is basically a collection of functions that are supported by C library.
Basics
First 'C' Program
Operators
C Lab