Answer the following statements true (T) or false (F)
1. A struct can contain members with varying data types.
2. Any mathematical operation that can be performed on regular C++ variables can be performed on structure members.
3. Structure variables may be passed as arguments to functions.
4. The structure pointer operator is used to dereference a pointer to a structure, not a pointer that is a member of a structure.
5. If a function is legally prototyped to return an integer value, it can return a structure member that is an integer data type.
1. T
2. T
3. T
4. T
5. T
You might also like to view...
By default, an Access table is sorted on the ________ field
A) primary key B) first C) last D) foreign key
A string can contain which of the following??
A. ?Numerals B. ?Words C. ?Letters D. ?All of the above
If the condition tested in an If statement evaluates to ____________________, the statement(s) between the If and the End If keywords will be executed.
Fill in the blank(s) with the appropriate word(s).
If we need to do the same computation 1 million times, the power of the computer to ____, that is, to repetitively execute a block of statements, becomes quite apparent.
a. concatenate b. variable c. index d. loop