Copying data from one Pointer to another, but the complete data is not getting copied in c

后端 未结 0 919
温柔的废话
温柔的废话 2020-12-18 04:34
**typedef struct RxData{
    int *dataptr;
}Dataat;
int RxAuthData[1][3];**

**void main()
{
    int *dest, i=0;
    int arr[3]={10,11,12};
    int *src = &arr[0         


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