#include<iostream>. using namespace std;. void main(). {. char a[7]="abcdef";. char b[4]="ABC";. strcpy(a,b);. cout<<a[5]<<endl;. }.
確定! 回上一頁