Login
Remember
Register
Ask a Question
How pointer variables are initialized in C Language?
0
votes
asked
Mar 12, 2020
in
C Plus Plus
by
rahuljain1
How pointer variables are initialized in C Language?
#c-language-pointer-initialization
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 15, 2020
by
SakshiSharma
Pointer variables are initialized by one of the following ways.
I. Static memory allocation
II. Dynamic memory allocation
...