C Use the declaration below to answer the next set of questions.
Posted: Tue Jul 05, 2022 10:25 am
C
Use the declaration below to answer the next set ofquestions.
Assume that some code exist that initializes ALL values of the structure elements in the variable declarations above. 1. Which statement(s) is/are syntactically correct? a) e1=d1.sManager; b) e1=d1.arrEmployees; a) d1.arrEmployees[ 0 ] = pEmp; b) pEmp=d1.arrEmployees; [Select] [Select] b only 2. Which statement(s) is/are syntactically correct? [Select] a only a and b none a: c1.d1=d2; b: c2.arrDepartments[1] = d2; 3. Which statement(s) is/are syntactically correct? [Select] <
Use the declaration below to answer the next set ofquestions.
Assume that some code exist that initializes ALL values of the structure elements in the variable declarations above. 1. Which statement(s) is/are syntactically correct? a) e1=d1.sManager; b) e1=d1.arrEmployees; a) d1.arrEmployees[ 0 ] = pEmp; b) pEmp=d1.arrEmployees; [Select] [Select] b only 2. Which statement(s) is/are syntactically correct? [Select] a only a and b none a: c1.d1=d2; b: c2.arrDepartments[1] = d2; 3. Which statement(s) is/are syntactically correct? [Select] <