1st C - Programming Basics
1st C - Programming Basics
NOTES
Programming paradigm
NOTES
units i.e., function (sub Program). The idea of breaking a into function
can further be extended by grouping a number of functions together
into a larger entity called a module.
NOTES
History of
Language
The C programming language was designed by Dennis Ritchie at Bell
Laboratories in the early 1970s.
Features of Language C
EXTRA
NOTES
EXTRA
OR
Preprocessors
EXTRA
EXTRA
OR
Preprocessors
EXTRA
OR
Preprocessors
EXTRA
Stdio.h
Scanf ()
Printf(
gets()
puts()
getchar()
putchar()
String.h
strlen()
strcpy()
strcmp()
strcpy()
strcat()
math.h
sin()
cos()
pow()
SQRt()
tan()
exp()
log()
Stdlib.h
malloc()
realloc()
abs()
free()
EXTRA
FILE INCLUSION
#include<filename>
#include filename
is
also
permitted
library.
A Filename in is searched first current directory and if not
found will then be searched in the standard directory .
EXTRA
NOTES
NOTES
NOTES
NOTES
NOTES
NOTES