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

1. A component of a structure can be another structure or an array, as well as a simple data type.
2. If blob is a variable of a user-defined struct type, the following call to blobFun could be passing blob as either an input or an output argument.
blobFun (blob, num);
3. The call to blobFun (shown in Question 7) causes the address of structure blob to be passed to function blobFun
4. To reference a component of a structured variable, one uses the variable name followed by a period followed by the component name.
5. A reference to a component that is part of a currently invalid interpretation of a union will generate a runtime error.


1. True
2. False
3. False
4. True
5. False

Computer Science & Information Technology

You might also like to view...

Ring _______ is the most trusted layer and is where the operating system kernel works and can interact directly with hardware.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The names of the four elements of array p are_________,__________,__________ and________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

You can convert existing text to WordArt

Indicate whether the statement is true or false

Computer Science & Information Technology

____________________ enables individuals to create self-published, inexpensive Internet radio broadcasts, such as to share their knowledge, express their opinions on particular subjects, or share original poems, songs, or short stories with interested individuals.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology