User space applications does not have access to physical address. Its just
the Virtual Address gets printed.

On Mon, Jul 25, 2011 at 7:38 PM, Mani Bharathi <[email protected]>wrote:

> int i=5;
> printf("%u",&i);
> What it will print:
>
>    1. 5
>    2. Base address of the memory
>    3. Physical address
>    4. Logical address
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/algogeeks/-/78m9TSEzaNAJ.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>



-- 
Dinesh Bansal
The Law of Win says, "Let's not do it your way or my way; let's do it the
best way."

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to