Using char* pointer we can print or access the string. We need to assign string base address ... '\0'; i++) printf("&str[%d] = %p\n",i,ptr+i); return 0; }.
確定! 回上一頁