An array of structures is automatically passed __________.

a) by value
b) by reference
c) by aggregate
d) by enumeration


b) by reference

Computer Science & Information Technology

You might also like to view...

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

1) programmer can use inheritance with an existing library for which only the header file and binary are available, to derive a class more suitable to her purpose. 2) You never put a declaration of an inherited member in the derived class. 3) In C++, inheritance has much to do with the gene pool. Explain. 4) An object of a derived class type has exactly one type, the type with which it was declared. 5) If a base class constructor is not called explicitly in the definition of a derived class constructor, an error results.

Computer Science & Information Technology

To permanently delete a file from the hard disk drive without first moving it to the Recycle Bin, hold down ________ and then press Delete

A) Shift B) Ctrl C) Tab D) Alt

Computer Science & Information Technology

The following sentence is punctuated correctly.? Olivia drives to work; and Jacob takes the bus.

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

Computer Science & Information Technology

John works in an organization. He is trying to insert a password to log in his account on the organization's login website. Which of the following best describes the use of passwords for access control?

A. Authorization B. Authentication C. Identification D. Auditing

Computer Science & Information Technology