Programming in c
Samser Ali Khan
RA2211003011010
Data Types
Primitive
Int
Char
Double
Short
Long
Float
Non-Primitive
Function
Array
Reference
Pointer
Structure
Linear
Static DS
Array
Dynamic DS
Stack
Queue
Linkedlist
No-Linear
Graph
Trees
Data memory Allocation
Static memory Aloocation
Stack memory
Heap memory
Dynamic memory Allocation
malloc()
calloc()
free()
realloc()