If we swap values using macro that means we are not concerned about the type
checking as macro doesn't consider which type those values belong to and
results in ambiguous execution
eg:- swap("ac",2);
So it is recommended not to use macro while swapping to make sure that type
checking is done properly.......
And one more thing it was due to these kind of inefficient loop holes in C
it is considered as low-level.
--
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.