原创 3.28函數和指針

//用函數求a和b中的大者 /*#include <stdio.h> int main() { int max( int x, int y ); int a,b,c; printf("please enter a and b:");