• 2022-06-01
    下面语句中,可以正确实现输出意图的是()​
    A: printf("%c\n", "student");
    B: printf("%c\n", "c");
    C: printf("%s\n", "hello");
    D: printf("%d\n", "1");