在MsgBox(Prompt, buttons, title, helpfile, context)函数调用形式中必须提供的参数是( )。
A.Prompt
B.buttons
C.title
D.context
第1题:
在MsgBox函数中哪一个参数是必须的
A.prompt
B.buttons
C.title
D.context
第2题:
在MsgBox(Prompt,buttons,title,helpfile,context)函数调用形式中,必须提供的参数是( )。
A.prompt
B.buttons
C.title
D.context
第3题:
MsgBox()函数的参数中,Prompt项是可以省略的。
第4题:
在MsgBox(prompt,buttons,title,helpfile,contex)函数调用形式中必须提供参数为
A.prompt
B.buttons
C.title
D.context
第5题:
在C程序中,函数的形式参数是指针类型时,调用时对应的实参也必须是地址量。