Heim  >  Fragen und Antworten  >  Hauptteil

C语言中字符数组的一个问题

int main()
{
    char s1[50], s2[50] = "hello";
    s1 = s2;
    printf("%s", s1);
    }


高洛峰高洛峰2938 Tage vor975

Antworte allen(0)Ich werde antworten

Keine Antwort
  • StornierenAntwort