若有以下程序,则程序的输出结果是( )。
#include <stdio.h>
main()
{int a=-11,b=10;
a/=b/=- 4
printf("%d, %d\n", a, b);}
5,-2
5,-2
5 -2
5
5 _2
用户登录可进行刷题及查看答案
登录后提交答案