How does malloc know which type the returned pointer is pointing at

前端 未结 0 402
既然无缘
既然无缘 2020-12-13 03:08

I\'m learning pointers and memory allocation with c. I\'ve used the snippet below to manually allocate some bunch of bytes to copy:

char *s = get_string("         


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