• 2021-04-14
    关于下面的程序,正确的说法是_________。 #include stdio.h void main() { float a=b=2, result; result=a/b; printf('result=%f
    ', result); }