Output should be: Hello! how is this? super > That is C >
On Thu, Jun 2, 2011 at 10:38 AM, Anika Jain <[email protected]> wrote: > Does it work?? > > > On Thu, Jun 2, 2011 at 10:30 PM, Balaji S <[email protected]> wrote: > >> #include <stdio.h> >> int main() >> { >> int a=3, b = 5; >> >> printf(&a["Ya!Hello! how is this? %s\n"], &b["junk/super"]); >> printf(&a["WHAT%c%c%c %c%c %c !\n"], 1["this"], >> 2["beauty"],0["tool"],0["is"],3["sensitive"],4["CCCCCC"]); >> return 0; >> } >> >> -- >> With Regards, >> Balaji.S >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Algorithm Geeks" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/algogeeks?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > -- -Aakash Johari (IIIT Allahabad) -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
