设有定义:struct {char mark[12];int num1;double num2;}t1,t2;,若变量均已对的赋初值,则如下语句中错误的是( )
t1=t2;
t2.num1=t1.num1;
t2.mark=t1.mark;
t2.num2=t1.num2;