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-09-25 09:19:42