Which of the following statements about nested structures is false?

A. Nested structures are structures contained within a structure.
B. Before a structure can be nested, it must be declared.
C. It is possible to nest the same structure more than once in a structure declaration.
D. To access a nested structure, we include each levels identifier from the highest to the lowest.
E. When initializing nested structures, each structure must be initialized completely before proceeding to the next member.


Answer: B

Computer Science & Information Technology

You might also like to view...

You might consider purchasing a second battery or an extended battery if you plan to talk on the phone more than the advertised talk time.

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

Computer Science & Information Technology

Once a paragraph is selected, choosing the fill color red in the Shading tab of the Borders and Shading dialog box ________

A) makes the paragraph text red B) highlights the paragraph text in red C) makes the paragraph border red D) makes the page border red

Computer Science & Information Technology

When passing a structure to a function, the calling function and the called function must both refer to the same globally defined structure type.

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

Computer Science & Information Technology

If the node to be deleted has _____ we delete the node and attach the left subtree to the deleted node's parent.

A. only a left subtree B. only a right subtree C. has no children D. has two subtrees

Computer Science & Information Technology