Page 5 - INTRODUCTION_TO_C++_Neat
P. 5
DIFFERENCE BETWE
C
C is Procedural Language.
Top down approach is used in Program
Design.
Multiple Declaration of global variables are
allowed.
C requires all the variables to be defined at the
starting of a scope.
In C, malloc () and calloc () Functions areused for
Memory Allocation and free () function for
memory Deallocating.