How would one assign the value of num to the id component of variable emp2?

a. emprec.id = num;
b. emp2.num = id;
c. emp2.id = num;
d. &emp2.id = num;
e. emprec.emp1.id = num;


c. emp2.id = num;

Computer Science & Information Technology

You might also like to view...

The Blank Form tool offers an efficient way to create a form in Layout view

Indicate whether the statement is true or false

Computer Science & Information Technology

Draw an inheritance hierarchy for students at a university similar to the hierarchy shown in Fig. 12.2. Use Student as the base class of the hierarchy, then include classes UndergraduateStudent and GraduateStudent that derive from Student. Continue to extend the hierarchy as deep (i.e., as many levels) as possible. For example, Freshman, Sophomore, Junior and Senior might derive from

UndergraduateStudent, and DoctoralStudent and MastersStudent might derive from Graduate-Student. After drawing the hierarchy, discuss the relationships that exist between the classes. What will be an ideal response?

Computer Science & Information Technology

A secret word or string of characters that allows you to log on to a remote computer is called a ________.

A. password B. website C. URL D. UserID

Computer Science & Information Technology

____________________-technically an input or output operation, depending on which direction the information is going-is often considered the fifth primary computer operation.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology