difference between &array[0] and &array when passed to a C function

后端 未结 5 1384
礼貌的吻别
礼貌的吻别 2020-12-17 04:20

Is there a difference between &array[0] and &array when passed to a C Function. This array is a void* array which currently takes integer as data.

Added the

5条回答
提交回复
热议问题