请在 下方输入 要搜索的题目:

Assuming the following function prototype and variables declaration :  which is the correct way to call from main the function myfunction?


A、intmyfunction(intnum1,charch);
B、num1=myfunction(num2,ch);
C、num2=myfunction(intnum1,charch);
D、myfunction();
E、num2=myfunction(ch,num1);

发布时间:2024-10-09 05:04:31
推荐参考答案 ( 由 专技宝 官方老师解答 )
答案:B
专业技术学习
专业技术学习