What will be the output of the following C code? main() { int k, num= 30; k =(num What will be the output of the following C code?main(){int k, num= 30;k =(num > 5 ? (num <=10 ? 100:200): 500);printf("%d", k);} 参考答案 查看答案