A structure can also be used in a malloc statement. Take a look at the example: #include<stdio.h> typedef struct rec { int i; float PI; char A ...
確定! 回上一頁