-5

以下のコードを実行していますが、コンソール画面に出力がありません。説明してください:

#include <stdio.h>

void main()
{
    enum days {sun,mon,tue,wed,thru,fri,sat};
}
4

2 に答える 2