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.
   1   2   3   4   5   6   7   8   9   10