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

1) A data structure is a collection of related data values associated with one name.
2) The elements of an array need not be of the same data type.
3) Array overflow occurs when an attempt is made to store data in array elements with subscripts >= the array size.
4) A Cstring is an array of characters terminated by the EOF marker.
5) A pointer is an address of a memory location.

1) T
2) F
3) T
4) F
5) T

Computer Science & Information Technology

You might also like to view...

Where should you look to see the progress of a new virtual machine creation and deployment?

A. summary page B. event viewer C. status window D. jobs page

Computer Science & Information Technology

What command can be used to check for file system errors?

A. mdsched B. bootrec C. sfc /scannow D. chkdsk /r

Computer Science & Information Technology