Which of the following statements about initializing structures is false?

A. Initializers are enclosed in a set of braces.
B. The initializer values must match their corresponding types in the structure.
C. The initializer values must be separated by commas.
D. Structure initialization must be complete; that is, if one field is initialized all fields must be initialized.


Answer: D

Computer Science & Information Technology

You might also like to view...

What command launches the Remote Desktop client for Windows?

A. rdp B. rdesktop C. vnc D. mstsc

Computer Science & Information Technology

If you want to remove an anchor point from a path, selecting the point and applying the Cut command has the same result as using the Delete Anchor Point tool.

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

Computer Science & Information Technology

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

1. The following statement assigns 6 times the value of y to x. x = 6y 2. The following statement is valid. y = y + 72 3. A numeric variable that has not been assigned a value has the default value zero. 4. The following statement is valid. Dim x As Double = 3,542.36 5. The statement a + b = c assigns to c the sum of the values of a and b.

Computer Science & Information Technology

Which statement about trees is false?

a. A tree is a nonlinear, two-dimensional data structure. b. Each node in a tree contains two links. c. The children of a node are called siblings. d. A node with no children is called a leaf node.

Computer Science & Information Technology