Print value of character Pointer useing & and * operator

后端 未结 0 1002
有刺的猬
有刺的猬 2021-02-03 22:10
#include 

int main()
{
    char cht[1] = "z";
    printf("value at address of cht = %s\\n\\n",*&cht);
}

print va

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