• 2021-04-14
    中国大学MOOC: 输出连接后的字符串#include stdio.h int main(){ char ss[10]=12345; strcat(ss,6789); printf(%s,ss); return 0;}
  • 举一反三