int cmp(struct animal s1, struct animal s2)
{
return s1.sex == s2.sex;
}
struct animal getinfo(void)
{
struct anumal temp;
gets(temp.name);
scanf("%d",&temp.sex);
return temp;
}
##ShowAll##
2009年8月15日 星期六
C/C++筆記-結構傳遞與回傳結構
訂閱:
張貼留言
(
Atom
)
0 意見 :
張貼留言