English 中文(简体)
标签:
c
的问答
员额设置增减
原文:Postfix decrement

I have a very simple question. in this piece of code when will the value of n be decremented? #include<stdio.h> void func(int n) { //text// } int main() { int n=10; func(n--); return ...

热门标签