The statement display(emp.idNum); passes ____ the structure member emp.idNum to a function named display().

a. the address of
b. a copy of
c. a pointer to
d. the name of


b. a copy of

Computer Science & Information Technology

You might also like to view...

You can color-categorize tasks to organize and manage different types of tasks.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

What are the steps involved in a buffer overflow exploit?

What will be an ideal response?

Computer Science & Information Technology

Prove that every relation has a key.

What will be an ideal response?

Computer Science & Information Technology

?string sConnection ="Provider=Microsoft.ACE.OLEDB.12.0;" +"Data Source=member.accdb"; ? Using the segment of code above, what is member.accdb?

A. ?the name of an Access Database B. ?the name of a SQL Server Database C. ?the name of an Access table D. ?the name of a SQL Server table

Computer Science & Information Technology