'; string[4] = '\0'; printf("%s\n", string); free(string); } /// output : "Hey!" what is the use of malloc in c. In C, the library function malloc is used to ...
確定! 回上一頁