Similarly we can create array of structure for struct variables. int main() { struct Students{ int id; char name[50]; float mark; }std[2]; int i; ...
確定! 回上一頁