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] <
C Use the declaration below to answer the next set of questions.
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am