declaration & initialization of a pointer

M

manish sahu

int a=12;
int *p;
p=&a;
insead of this shell i write
int a=12;
int *p=&a;
is second way is correct
 
D

Default User

manish said:
int a=12;
int *p;
p=&a;

In this case, p is not initialized with the address of a, but has it
assigned.
insead of this shell i write
int a=12;
int *p=&a;
is second way is correct

This is an initialization, and is correct.



Brian
 

Ask a Question

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.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top