程序代码: #include<iostream> using namespace std; int main() {char a[5];for(int i=0;i<5;i++)cout<<(int)a[i]<<endl;system("PAUSE");return 0; } 运行结……