S
sulekhasweety
dear all,
can anyone explain the differences between pointer variable and
reference variables ?
can anyone explain the differences between pointer variable and
reference variables ?
dear all,
can anyone explain the differences between pointer variable and
reference variables ?
dear all,
can anyone explain the differences between pointer variable and
reference variables ?
void Func(int const *p) { *p = 5; }
void Func(int const *p)
pointers. They point only to one object, and may never be null.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.