题目详情
单选题 Analyze the following code. #include <iostream> using namespace std; int main( ) { int month = 09; cout << "month is " << month; return 0; }
A. The program displays month is 09
B. The program displays month is 9
C. The program displays month is 9.0
D. The program has a syntax error, because 09 is an incorrect literal value

学科:C++语言程序设计
时间:2023-11-05 15:30:19
相关题目
相关作业
