Re: [algogeeks] Explain the output of this code:

2012-06-16 Thread Sajal Choudhary
. 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, visit this group at http://groups.google.com/group/algogeeks?hl=en. -- Sajal Choudhary Undergraduate Student, Division

Re: [algogeeks] Explain the code

2012-03-20 Thread Sajal Choudhary
,,) .. as a=9 and b=3.* * * Thus two strings of length 9 and 3 are printed. And due to the nested printf, it returns the sum 12(9+3). *printf(\n%d\n,printf(%9s%3s,,)); will also return 12.* -- Sajal Choudhary Undergraduate Student, Division of Computer Engineering, Netaji Subhas Institute

Re: [algogeeks] plz help for C output

2011-09-10 Thread Sajal Choudhary
in #definef(g,g2) g##g2 the ## operator concatenate the 2 arguments in the macro expansion. thus it becomes var12 -- Sajal Choudhary Undergraduate Student, Division of Computer Engineering, Netaji Subhas Institute of Technology, New Delhi. -- You received this message because you