/*malloc.c */ #include <stdio.h> #include <stdlib.h> /*For "malloc", "exit" functions. */ int main() { char *p; /*Pointer to array.
確定! 回上一頁