[其它考试]C语言面试题汇总
7. printf (“%d%d\n”,++n, power(2,n)); 其中power(2,n)为实现一定功能的函数 如 2^n 。 请问这种表示方法有什么潜在的问题? 答案:编译器的不
[其它考试]C语言面试题汇总