Re: [algogeeks] what is mean by %2.3d in scanf

2011-08-13 Thread Gaurav Menghani
It is just displaying the floating point in the specified precision format. The internal representation is obviously unchanged. On Sat, Aug 13, 2011 at 10:44 PM, Prakash D wrote: > i dont think we can set precision during scanf > > On Sat, Aug 13, 2011 at 9:49 PM, Anika Jain wrote: >> >> @gaurav

Re: [algogeeks] what is mean by %2.3d in scanf

2011-08-13 Thread Gaurav Menghani
@Anika: Check out lmgtfy.com One can use this if the desired answer is provided by a google query. On Sat, Aug 13, 2011 at 9:49 PM, Anika Jain wrote: > @gaurav: nyc one ;) how u made this one well? > > On Sat, Aug 13, 2011 at 6:14 PM, SANDEEP CHUGH > wrote: >> >> lol >> >> On Sat, Aug 13, 2011

Re: [algogeeks] what is mean by %2.3d in scanf

2011-08-13 Thread Prakash D
i dont think we can set precision during scanf On Sat, Aug 13, 2011 at 9:49 PM, Anika Jain wrote: > @gaurav: nyc one ;) how u made this one well? > > On Sat, Aug 13, 2011 at 6:14 PM, SANDEEP CHUGH wrote: > >> lol >> >> >> On Sat, Aug 13, 2011 at 6:12 PM, Gaurav Menghani < >> gaurav.mengh...@gmai

Re: [algogeeks] what is mean by %2.3d in scanf

2011-08-13 Thread Anika Jain
@gaurav: nyc one ;) how u made this one well? On Sat, Aug 13, 2011 at 6:14 PM, SANDEEP CHUGH wrote: > lol > > > On Sat, Aug 13, 2011 at 6:12 PM, Gaurav Menghani < > gaurav.mengh...@gmail.com> wrote: > >> http://lmgtfy.com/?q=scanf+float+precision+format >> >> On Sat, Aug 13, 2011 at 5:42 PM, SuDh

Re: [algogeeks] what is mean by %2.3d in scanf

2011-08-13 Thread Dipankar Patro
Nice one Gaurav Menghani On 13 August 2011 18:39, shady wrote: > wonderful :) > > > On Sat, Aug 13, 2011 at 6:30 PM, Rahul wrote: > >> lol++ >> Rahul >> >> >> On Sat, Aug 13, 2011 at 6:14 PM, SANDEEP CHUGH >> wrote: >> >>> lol >>> >>> >>> On Sat, Aug 13, 2011 at 6:12 PM, Gaurav Menghani < >>>

Re: [algogeeks] what is mean by %2.3d in scanf

2011-08-13 Thread shady
wonderful :) On Sat, Aug 13, 2011 at 6:30 PM, Rahul wrote: > lol++ > Rahul > > > On Sat, Aug 13, 2011 at 6:14 PM, SANDEEP CHUGH wrote: > >> lol >> >> >> On Sat, Aug 13, 2011 at 6:12 PM, Gaurav Menghani < >> gaurav.mengh...@gmail.com> wrote: >> >>> http://lmgtfy.com/?q=scanf+float+precision+forma

Re: [algogeeks] what is mean by %2.3d in scanf

2011-08-13 Thread Rahul
lol++ Rahul On Sat, Aug 13, 2011 at 6:14 PM, SANDEEP CHUGH wrote: > lol > > > On Sat, Aug 13, 2011 at 6:12 PM, Gaurav Menghani < > gaurav.mengh...@gmail.com> wrote: > >> http://lmgtfy.com/?q=scanf+float+precision+format >> >> On Sat, Aug 13, 2011 at 5:42 PM, SuDhir mIsHra >> wrote: >> > e g: sc

Re: [algogeeks] what is mean by %2.3d in scanf

2011-08-13 Thread SANDEEP CHUGH
lol On Sat, Aug 13, 2011 at 6:12 PM, Gaurav Menghani wrote: > http://lmgtfy.com/?q=scanf+float+precision+format > > On Sat, Aug 13, 2011 at 5:42 PM, SuDhir mIsHra > wrote: > > e g: scanf("%2.4d",&a); > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Al

Re: [algogeeks] what is mean by %2.3d in scanf

2011-08-13 Thread Gaurav Menghani
http://lmgtfy.com/?q=scanf+float+precision+format On Sat, Aug 13, 2011 at 5:42 PM, SuDhir mIsHra wrote: > e g: scanf("%2.4d",&a); > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To post to this group, send email to algogeeks@googlegr

[algogeeks] what is mean by %2.3d in scanf

2011-08-13 Thread SuDhir mIsHra
e g: scanf("%2.4d",&a); -- 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. For more options,