理論科學打造雙翼,用資訊技術飛向藍天
#include <stdio.h> #include <stdlib.h> int main(int argc, char *argv[]) { struct data{ int a; char b[10]; }; struct data str = {6,"Eric"}; printf("%d , %d",str.a,str.b); system("pause"); return 0; }
沒有留言:
張貼留言