Closed. This question is off-topic。它当前不接受答案。
想改善这个问题吗? Update the question,所以它是on-topic,用于堆栈溢出。
6年前关闭。
想改善这个问题吗? Update the question,所以它是on-topic,用于堆栈溢出。
6年前关闭。
i
的值是什么 int i=5;
printf("Enter an integer\n");
printf("value of i=%d",i);
最佳答案
我仍然是5。
你什么都没改变。
关于c - i的值是多少?在c中,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/19442509/
10-13 05:25