单选题
在每个c++ 程序中必须包含这样一个函数,该函数的函数名为______ 。
A、
main
B、
MAIN
C、
name
D、
function
【正确答案】
A
【答案解析】
[解析] 每个C++程序必须包含一个主函数main。
提交答案
关闭