当前位置: 答题翼 > 问答 > 求职面试 > 正文
目录: 标题| 题干| 答案| 搜索| 相关
问题

sizeof(p)=()


sizeof(p)=()

参考答案
您可能感兴趣的试题
  • char str[ ]= "Hello"; char *p=str; int n=10; sizeof(str)=() sizeof(p)=() siz

  • char str[ ]= "Hello"; char *p=str; int n=10; sizeof(str)=() sizeof(p)=() siz

  • sizeof(p)=()

  • 以下为 Windows NT 下的 32位 C++程序,请计算 sizeof的值char str[] = “Hello” ; char *p = st

  • 以下为 Windows NT 下的 32位 C++程序,请计算 sizeof的值char str[] = “Hello” ; char *p = st

  • 执行 int*p= malloc(sizeof (int)) 操作得到的一个动态分配的整型对象为