网络营销的目的,是利用各种互联网工具为企业营销活动提供有效的支持。
A. 对
B. 错
关系营销就是企业要经常单向地向顾客发送信息,以此来影响顾客的购买行为。
A. 对
B. 错
有定义“struct ex { int x ; float y; char z ;} example;”,则下面叙述中不正确的是( )。
A. struct是定义结构类型的关键字
B. example是结构类型名
C. x,y,z都是结构成员名
D. struct ex是结构类型名
下面定义结构变量的语句中错误的是( )。
A. struct student{ int num; char name[20]; } s;
B. struct { int num; char name[20]; } s;
C. struct student{ int num; char name[20]; }; struct student s;
D. struct student{ int num; char name[20]; }; student s;