@Anika..can u give one example?? On 7/21/11, Anika Jain <[email protected]> wrote: > write a c code that takes a 32 bit ip address n prints it in dotted notation > as a.b.c.d. > The code shall work for big endian as well as for little endian.. > > > In this how can i make it common for big endian and little endian?? if in > little endian my lower order 8 bits shall be d but for big endian they shall > be a.. > > -- > 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. > >
-- *Piyush Sinha* *IIIT, Allahabad* *+91-7483122727* * <https://www.facebook.com/profile.php?id=100000655377926> "NEVER SAY NEVER" * -- 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.
