Which of the following statements about arrays in structures is false?

A. An array in a structure can be declared before the structure or within the structure.
B. An array within a structure can be accessed using indexes or pointers.
C. Structures can have only one array within the declaration.
D. To refer to an individual element of an array in a structure, the index follows the array identifier and is enclosed in brackets.
E. Given a pointer to an array in a structure, the elements within the array can be accessed using the indirection operator (*).


Answer: C

Computer Science & Information Technology

You might also like to view...

A simple example of a(n) __________ attack is the SYN flood attack.

A. data consumption B. internal resource C. reflector DDoS D. indirect DDoS

Computer Science & Information Technology

As a beginning programmer, you should give your code to other programmers and ask for their reactions to the comments, not just to the code.

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

Computer Science & Information Technology

Computers contain which of the following toxic ingredients? (Choose all that apply.)

lead mercury arsenic cadmium

Computer Science & Information Technology

In order to run a program deployed with ClickOnce Deployment, the computer needs ____ installed on it.

A. Microsoft Word B. Visual Studio C. PowerBuilder D. none of the above

Computer Science & Information Technology