... <stdio.h> #include <string.h> struct { char name[40]; int age; } person, ... strlen(myname)+1 ); person.age = 46; /* using memcpy to copy structure: ...
確定! 回上一頁