信息不足会影响沟通效果,但是信息过量同样也会阻碍有效沟通。
A. 对
B. 错
组织障碍包括组织结构不合理和组织氛围不和谐。
A. 对
B. 错
将企业投资分区为对内投资和对外投资所依据的分类标志是投资的方向。( )
A. 对
B. 错
以下结构体变量定义中不正确的是______。
A. struct exam{int x;int y;}stru;
B. struct exam{int x;int y;};stru;
C. struct {int x;int y;}stru;
D. struct exam{int x;int y;};struct exam stru;