Re: [algogeeks] Re: meaning of null in output

2011-07-06 Thread Anurag atri
#includestdio.h int main () { int * p = NULL ; printf ( %s , p ) ; getchar () ; } On Sat, Jul 2, 2011 at 3:33 AM, hary rathor harry.rat...@gmail.com wrote: Rajeev : please can u explain by a c example ? -- You received this message because you are subscribed to the Google

[algogeeks] Re: meaning of null in output

2011-07-01 Thread himanshu kansal
Guys..plz wake up nd reply to ths thread... On 6/30/11, himanshu kansal himanshukansal...@gmail.com wrote: what is meaning of (null) in d output in cnd what r d possible reason nd causes for dt -- Sent from my mobile device Regards Himanshu Kansal Msc Comp. sc. (University

Re: [algogeeks] Re: meaning of null in output

2011-07-01 Thread Rajeev Bharshetty
It means that you are trying to access what is not there . It usually happens when you mismatch the format specifiers and associated variables :) On Sat, Jul 2, 2011 at 12:45 AM, himanshu kansal himanshukansal...@gmail.com wrote: Guys..plz wake up nd reply to ths thread... On 6/30/11,

Re: [algogeeks] Re: meaning of null in output

2011-07-01 Thread hary rathor
Rajeev : please can u explain by a c example ? -- 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