[algogeeks] Re: Printf

2011-08-05 Thread amit karmakar
Invokes undefined behavior.! On Aug 5, 12:47 pm, Aman Goyal aman.goya...@gmail.com wrote: physical address i suppose... On Fri, Aug 5, 2011 at 1:09 PM, anurag anurag19aggar...@gmail.com wrote: What will be the output. int i=5; printf(%u,i); What it will print: i. 5 ii. Base

Re: [algogeeks] Re: Printf

2011-08-05 Thread Amol Sharma
physical address i think -- Amol Sharma Third Year Student Computer Science and Engineering MNNIT Allahabad On Fri, Aug 5, 2011 at 1:01 AM, amit karmakar amit.codenam...@gmail.comwrote: Some discussions here, http://ubuntuforums.org/showthread.php?t=316081 and some here,

Re: [algogeeks] Re: Printf

2011-08-05 Thread Kamakshii Aggarwal
logical address On Fri, Aug 5, 2011 at 2:20 PM, Amol Sharma amolsharm...@gmail.com wrote: physical address i think -- Amol Sharma Third Year Student Computer Science and Engineering MNNIT Allahabad On Fri, Aug 5, 2011 at 1:01 AM, amit karmakar amit.codenam...@gmail.comwrote:

Re: [algogeeks] Re: Printf

2011-08-05 Thread muthu raj
physical adress is never acessible.Those who claim physical adress pls support ur answers. *Muthuraj R IV th Year , ISE PESIT , Bangalore* On Fri, Aug 5, 2011 at 4:57 PM, Kamakshii Aggarwal kamakshi...@gmail.comwrote: logical address On Fri, Aug 5, 2011 at 2:20 PM, Amol Sharma

Re: [algogeeks] Re: Printf

2011-08-05 Thread Dipankar Patro
+1 to logical address. User programs are never given access to physical address. On 5 August 2011 17:00, muthu raj muthura...@gmail.com wrote: physical adress is never acessible.Those who claim physical adress pls support ur answers. *Muthuraj R IV th Year , ISE PESIT , Bangalore*

Re: [algogeeks] Re: Printf

2011-08-05 Thread sukran dhawan
Its logical address !! On Fri, Aug 5, 2011 at 5:07 PM, Dipankar Patro dip10c...@gmail.com wrote: +1 to logical address. User programs are never given access to physical address. On 5 August 2011 17:00, muthu raj muthura...@gmail.com wrote: physical adress is never acessible.Those who

[algogeeks] Re: Printf

2011-08-05 Thread SAMMM
Logical Address ... as Physical address is not accessable tht's wht OS does , it maps the physical address to the logical address . -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to

[algogeeks] Re: Printf ...

2011-07-16 Thread shiv narayan
according to me it processing is done from righ to left .first right most a would be incremented and then from righ to left for first question answer should be 8+7+6=21 and for 2nd it should be (8)+(7)*10+(6)*100=678 On Jul 15, 1:15 pm, Antony Kotre antonyko...@gmail.com wrote: can any tell and

Re: [algogeeks] Re: Printf ...

2011-07-16 Thread Ankur Khurana
I am using MinGW compiler (codeblocks , out put is 788 and not 678 . Its compiler dependent so , let us leave it that way only. On Sat, Jul 16, 2011 at 3:27 PM, shiv narayan narayan.shiv...@gmail.comwrote: according to me it processing is done from righ to left .first right most a would

Re: [algogeeks] Re: Printf ...

2011-07-16 Thread Kamakshii Aggarwal
@sagain:in dev c it is #s Zi On Sat, Jul 16, 2011 at 3:35 PM, Ankur Khurana ankur.kkhur...@gmail.comwrote: I am using MinGW compiler (codeblocks , out put is 788 and not 678 . Its compiler dependent so , let us leave it that way only. On Sat, Jul 16, 2011 at 3:27 PM, shiv narayan