填空题

student是结构体类型标识符,x是student类型变量,则计算x的字节数的表达式为()

【参考答案】

sizeof(student)或sizeof(x)