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

1. The expression *s->p; indicates that s is a structure pointer and p, which is also a pointer, is a member of the structure pointed to by s.
2. It is possible for a structure to contain, as a member, a pointer to its own structure type.
3. You cannot directly assign an integer value to an enum variable.
4. You cannot directly assign an enumerator to an int variable.

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

Computer Science & Information Technology

You might also like to view...

Match the following terms to their meanings:

I. Data source II. Delimited III. Mail merge IV. Main document V. Definition A. Contains the text, or letter or memo used in a mail merge B. The structure of the database-fields names, data types and field properties C. Each field is separated by a single character and records are on single lines D. Combine a main document and a data source to create a letter or memo E. Contains the names and addresses of individuals to be merged into a letter

Computer Science & Information Technology

To make sure controls form a straight line, a user can highlight the controls and click ________ from the Sizing and Ordering Group on the Arrange tab

Fill in the blank(s) with correct word

Computer Science & Information Technology