Explanation: int a=250; The variable a is declared as an integer type and initialized to value 250. printf("%1d \n", a); It prints the value of variable a.
確定! 回上一頁