欢迎来到天天文库
浏览记录
ID:50824071
大小:50.67 KB
页数:4页
时间:2020-03-15
《c语言中用函数做函数的参数示例.docx》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、#include#include#includetypedefintStatus;typedefintElemType;#defineTRUE1#defineFALSE0Statuscomp(ElemTypec1,ElemTypec2)/*数据元素判定函数(平方关系)*/{cout<<"输出1表示c1是c2的平方,输出0表示c1不是c2的平方:"<2、qual(ElemTypec1,ElemTypec2){cout<<"输出1表示c1和c2相等,输出0表示c1和c2不相等:"<3、e(inti,ElemTypec1,ElemTypec2,Status(*compare)(ElemType,ElemType)){printf("第%d次调用example函数",i);inta;a=compare(c1,c2);printf("%d",a);returnTRUE;}voidmain(){inti,c1,c2;{i=1;c1=4;c2=2;}example(i,c1,c2,comp);putchar('');{i=2;c1=1;c2=2;}example(i,c1,c2,equa4、l);putchar('');{i=3;c1=4;c2=5;}example(i,c1,c2,comp);putchar('');{i=4;c1=1;c2=1;}example(i,c1,c2,equal);{i=5;c1=4;c2=16;}example(i,c1,c2,Sqrt);putchar('');}
2、qual(ElemTypec1,ElemTypec2){cout<<"输出1表示c1和c2相等,输出0表示c1和c2不相等:"<3、e(inti,ElemTypec1,ElemTypec2,Status(*compare)(ElemType,ElemType)){printf("第%d次调用example函数",i);inta;a=compare(c1,c2);printf("%d",a);returnTRUE;}voidmain(){inti,c1,c2;{i=1;c1=4;c2=2;}example(i,c1,c2,comp);putchar('');{i=2;c1=1;c2=2;}example(i,c1,c2,equa4、l);putchar('');{i=3;c1=4;c2=5;}example(i,c1,c2,comp);putchar('');{i=4;c1=1;c2=1;}example(i,c1,c2,equal);{i=5;c1=4;c2=16;}example(i,c1,c2,Sqrt);putchar('');}
3、e(inti,ElemTypec1,ElemTypec2,Status(*compare)(ElemType,ElemType)){printf("第%d次调用example函数",i);inta;a=compare(c1,c2);printf("%d",a);returnTRUE;}voidmain(){inti,c1,c2;{i=1;c1=4;c2=2;}example(i,c1,c2,comp);putchar('');{i=2;c1=1;c2=2;}example(i,c1,c2,equa
4、l);putchar('');{i=3;c1=4;c2=5;}example(i,c1,c2,comp);putchar('');{i=4;c1=1;c2=1;}example(i,c1,c2,equal);{i=5;c1=4;c2=16;}example(i,c1,c2,Sqrt);putchar('');}
此文档下载收益归作者所有