A. int a,b; B. INTEGER a,b; C. INTEGER a;INTEGER b; D. intINTEGER a,b;
A. STU s1; B. student STU s1; C. struct STU s1; D. typedef STU s1;