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...

The Windows Azure Storage Emulator lets you test the Azure storage capabilities of your apps ________ before you connect your apps to live Azure accounts in the cloud.

a) remotely b) concurrently c) locally d) regionally

Computer Science & Information Technology

Briefly explain how margins can collapse.

What will be an ideal response?

Computer Science & Information Technology

The algorithm find_adjacent is used to find the first occurrence of consecutive elements that meet certain criteria.

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

Computer Science & Information Technology

The action of including only some columns for output while retrieving data is known as ____.

A. selecting B. joining C. projecting D. linking

Computer Science & Information Technology