Hi All.
I would like to know the following information.
1)Is there any difference between the address and integer ?
For example suppose int x = 500;
And int y =10;
Suppose address of y is also 500;
My doubt is there any difference between the properties of value of x
and address of y which is 500.
Regards,
Somenath
Int x =500;
I would like to know the following information.
1)Is there any difference between the address and integer ?
For example suppose int x = 500;
And int y =10;
Suppose address of y is also 500;
My doubt is there any difference between the properties of value of x
and address of y which is 500.
Regards,
Somenath
Int x =500;
Comment