how to explain the output if instead of j-i we try to print i-j ?
On Saturday, October 13, 2012 3:36:49 PM UTC+5:30, bharat wrote:
>
> #include<stdio.h>
> main()
> {
> int *i,*j;
> i=(int*)60;
> j=(int*)71;
> printf("%d",j-i);
> }
>
--
You received this message because you are subscribed to the Google Groups
"Algorithm Geeks" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/algogeeks/-/uy8MR6SCemYJ.
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.