C 中可以这样写函数的参数 !!
生活随笔
收集整理的這篇文章主要介紹了
C 中可以这样写函数的参数 !!
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
#include <stdio.h>
#include <stdlib.h>void
hello( a, b )
int a ;
int b ;
{a = 5;b = 6;printf( "a is %d \n b is %d\n", a, b );
}int
main()
{hello();exit( 0 );
}
轉載于:https://www.cnblogs.com/lxgeek/archive/2011/10/26/2225591.html
總結
以上是生活随笔為你收集整理的C 中可以这样写函数的参数 !!的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Shallow and retained
- 下一篇: 来兄弟连学习的经历和感受