How memcpy finds the first byte of the passed object?

前端 未结 0 1718
一生所求
一生所求 2020-12-05 19:26

let g be a object designator.

void *p = &g;
char *pf =  (char *)p;
  1. Every pointer type can be converted to a pointer to void and

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