主题:请你们高手看看??
void main()
{ int a; char c=10;
float f=100.0; double x;
for(int i=2;i<=10;i=i+2)
a=f/=c*=(x=6.5);
cout<<a<<c<<f<<x<<endl;
}
这个程序好奇怪???
还有:
#include<iostream>
using namespace std;
void main()
{
int i=1;
cout<<i++<<"\t"<<i++<<"\t"<<i++<<"\t"<<endl;
}
他们的执行的顺序是怎样的???请你们高手看看??
还想请问下高手们怎么叫数组的对称性??怎样证明???
{ int a; char c=10;
float f=100.0; double x;
for(int i=2;i<=10;i=i+2)
a=f/=c*=(x=6.5);
cout<<a<<c<<f<<x<<endl;
}
这个程序好奇怪???
还有:
#include<iostream>
using namespace std;
void main()
{
int i=1;
cout<<i++<<"\t"<<i++<<"\t"<<i++<<"\t"<<endl;
}
他们的执行的顺序是怎样的???请你们高手看看??
还想请问下高手们怎么叫数组的对称性??怎样证明???