[讨论]左结合,右结合
#include "stdio.h"
int main()
{
int i ;
printf("%d",i,i++)
getch();
}
的结果????
#include "stdio.h"
int main()
{
int i ;
printf("%d",i,i++)
getch();
}
的结果????
2006-08-02 17:52
2006-08-02 18:22

2006-08-02 18:26
2006-08-02 18:27
2006-08-02 20:42
2006-08-02 20:43
2006-08-02 21:03
2006-08-02 21:38
2006-08-02 22:03