CUse the declaration below to answer the next set of questions.
Assume that some code exist that initializes ALL values of the structure elements in the variable declarations above. In the table below, the variables/statement are not necessarily correct. Write CORRECT (all CAPS) if the variable/statement is expressed correctly, otherwise, write the correct structure access following the description of the variable. Do not write any space in your answer and unnecessary semicolon. For ex. e1-e2, c1.d1.e1 Structure Access Description Name of the department d1 first name of the manager of the first department of company c2 d1.strName day of birth of employee e1 is assigned with a value 5 c2.DepartmentTag[ 0 ].strName.sManager first employee of department d1 Id of the third employee of the first department of company nld.c1.d1.arrEmployees[2] c1 EmployeeTag[ 1 ].d1 nDay.sBirth.e1.-5 Answer
C Use the declaration below to answer the next set of questions.
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am