C Structure example · #include<stdio.h> · #include <string.h> · struct employee · { int id; · char name[50]; · float salary; · }e1,e2; //declaring e1 and e2 variables ...
確定! 回上一頁