Re: [algogeeks] Address of var

2011-07-25 Thread LALIT SHARMA
yes... On Mon, Jul 25, 2011 at 8:11 PM, Mani Bharathi wrote: > so ans is logical address right? > > -- > 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

Re: [algogeeks] Address of var

2011-07-25 Thread Mani Bharathi
so ans is logical address right? -- 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/-/kxNA9OJTapgJ. To post to this group, send email to algogeeks@googlegroups.c

Re: [algogeeks] Address of var

2011-07-25 Thread sasi kumar
Hi > User space applications does not have access to physical address. Its just > the Virtual Address gets printed. > +1 on this . The logical to physical memory mapping is handled by kernel . Only logical address is visible to user Regards Sasi kumar T -- You received this message because

Re: [algogeeks] Address of var

2011-07-25 Thread dinesh bansal
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 wrote: > int i=5; > printf("%u",&i); > What it will print: > >1. 5 >2. Base address of the memory >3. Physical address >4. Lo

Re: [algogeeks] Address of var

2011-07-25 Thread sasi kumar
hi > then wat is logical address? It is just a relative address . Not the exact memory location on RAM Regards Sasi kumar T -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algogeeks@googlegroups.com. T

Re: [algogeeks] Address of var

2011-07-25 Thread Mani Bharathi
then wat is 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/-/whsCRPywFFcJ. To post to this group, send email to algogeeks@googlegroups.com.

Re: [algogeeks] Address of var

2011-07-25 Thread kavitha nk
physical address -- //BE COOL// kavi -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.com.

[algogeeks] Address of var

2011-07-25 Thread Mani Bharathi
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.goog