malloc (memory allocation) is used to dynamically allocate memory at run time. ... main() { char string[1000]; strcpy (string, "Some text"); } ...
確定! 回上一頁