Can I convert malloc allocated variable containing charachers into file

后端 未结 0 702
北荒
北荒 2021-01-01 04:17

Can I convert malloc allocated space which is pointed to by pointer variable into file for example

 char*  ptr = (char*) malloc(size);

after

相关标签:
回答
  • 消灭零回复
提交回复
热议问题