วันอาทิตย์ที่ 28 มิถุนายน พ.ศ. 2552

Structure

struct payroll{
int acct_no;
float salary;
};
struct customer{
int code_no;
char name[30];
int age;
char occupation[20];
char address[60];
char sex[6];
struct payroll salary1;
}
customer1;

ไม่มีความคิดเห็น:

แสดงความคิดเห็น