int age = 37; printf("My age is %d", age);. We can print more than one variable by using commas: int age_yesterday = 37; ...
確定! 回上一頁