struct Data{
int id;
char* name;
};
Then you use like below to declare a variable that reference to this one.>>> struct Data satu;
typedef struct Data{
int id;
char* name;
}Kelas,Program;
Then you use>>> Kelas satu;
GMgKe586q6suSQnyqZLlGCooeWM
No comments:
Post a Comment