有以下程序main{ int i=0; i=~i;

有以下程序

main(){
int i=0; 
i=~i; 
printf("%d\n", i);}

程序运行后的输出结果是

答案
D

题目信息

题号:796
题型:单选题
难度:普通