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

1. A function cannot modify the members of a structure.
2. The expression s->m; indicates that s is a structure pointer and m is a structure member.
3. It is possible to output the contents of all members of a structure variable using a cout << statement followed by the name of the structure variable.
4. When a programmer creates an abstract data type, he or she can decide what values are acceptable for the data type, as well as what operations may be performed on the data type.
5. It is possible for a structure variable to be a member of another structure variable.


1. F
2. T
3. F
4. T
5. T

Computer Science & Information Technology

You might also like to view...

Which of the following refers to the process of finding information about users, shared folders, and printers on a system?

A) Port scanning B) Port blocking C) Enumeration D) Vulnerability assessment

Computer Science & Information Technology

The syntax _____________ specifies that the upper bound of a wildcard is type T.

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

Computer Science & Information Technology

The program that allows communication between the platform and peripheral devices is known as ________ software

Fill in the blank(s) with correct word

Computer Science & Information Technology

Match the following options with the tabs where they can be accessed:

I. add a picture to a slide II. remove a background from an image III. create a background from a picture IV. crop a video V. fade video in and out A. Picture Tools Format tab B. Design tab C. Video Tools Playback tab D. Video Tools Format tab E. Insert tab

Computer Science & Information Technology