Page 1 of 1

C Use the declaration below to answer the next set of questions.

Posted: Tue Jul 05, 2022 10:25 am
by answerhappygod
C
Use the declaration below to answer the next set ofquestions.
C Use The Declaration Below To Answer The Next Set Of Questions 1
C Use The Declaration Below To Answer The Next Set Of Questions 1 (29.35 KiB) Viewed 10 times
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] <