0 votes
in C Plus Plus by
How pointer variables are initialized in C Language?

1 Answer

0 votes
by
Pointer variables are initialized by one of the following ways.

I. Static memory allocation

II. Dynamic memory allocation
...