49

单选题 49 /69

有以下程序

#include <stdio.h>
main(){
    int i=0;
    i=~i;
    printf("%d\n",i);
}

程序运行后的输出结果是?

参考答案

8
0
1
-1