[問1-2]  次の□に当てはまるものを選びなさい
#include<stdio.h>

main(){
    int a=10,b=5,c;
    c=a+b
    printf("c=□",c);
}


戻る 次へ