In C language we can have array of structure variables. ... int main() { struct Book a; //Single structure variable struct Book* ptr; //Pointer of Structure ...
確定! 回上一頁