以下为 Windows NT 下的 32位 C++程序,请计算 sizeof的值char str[] = “Hello” ; char *p = st 以下为 Windows NT 下的 32位 C++程序,请计算 sizeof的值char str[] = “Hello” ; char *p = str ;int n = 10;请计算 sizeof (str )= sizeof (p ) = sizeof (n ) = void Func (char str[100]){请计算 sizeof(str ) = }void *p = malloc(100 );请计算 sizeof (p ) = 参考答案 查看答案