#include<stdio.h> #include <string.h> struct employee { int id char name[50] }e1; //declaring e1 variable for structure int main( )
確定! 回上一頁