Which of the following statements is true?

a) The size of a struct variable is the sum of its members’ sizes.
b) struct variables can be compared for equality or inequality.
c) In a struct variable, undefined extra bytes could contain secure data—left over from prior use of those memory locations—that should not be accessible.
d) None of the above.


c) In a struct variable, undefined extra bytes could contain secure data—left over from prior use of those memory locations—that should not be accessible.

Computer Science & Information Technology

You might also like to view...

When should base class members be declared protected?

a. When all clients should be able to access these members. b. When these members are used only by member functions of this base class. c. When these members should be available only to derived classes (and friends), but not to other clients. d. The protected access specified should never be used.

Computer Science & Information Technology

Developers tend to like

a. polished visual design. b. complexity. c. things that inspire people to purchase the product.

Computer Science & Information Technology

The script used to process the form is identified in the method attribute.

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

Computer Science & Information Technology

A command with which you can automatically insert the current date and time into a document in variety of formats is the:

a. Dateline command b. Date & Time command c. Calendar command

Computer Science & Information Technology