A) can potentially result in changes to the structure's members
B) guarantees not to result in changes to the structure's members
C) will always change the structure's members
D) All of these
E) None of these
Correct Answer
verified
Multiple Choice
A) strings
B) integers
C) characters
D) doubles
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) data type
B) argument
C) parameter
D) tag
E) None of these
Correct Answer
verified
Multiple Choice
A) empty
B) declared static
C) explicitly declared "global"
D) initialized and used outside any function
E) None of these
Correct Answer
verified
Multiple Choice
A) to prevent changes to the structure members
B) to ensure changes to the structure members
C) to slow down the function's execution, preventing errors
D) to speed up the function's modification of the structure members
E) None of these
Correct Answer
verified
Multiple Choice
A) is illegal in C++
B) will change the publisher's name of the second book in bookList to 't'
C) will store the character 't' in the fourth element of the publisher member of booklist[2]
D) will ultimately result in a runtime error
E) None of these
Correct Answer
verified
Multiple Choice
A) unsigned short int
B) long double
C) unsigned char
D) All of these
E) None of these
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) initialization
B) abstraction
C) detailed specification
D) initiation
E) None of these
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) Output the dereferenced value pointed to by p.
B) Result in a compiler error.
C) Output the address stored in p.
D) Output the value stored in a.
E) None of these
Correct Answer
verified
Multiple Choice
A) the ampersand, &
B) an asterisk, *
C) the structure pointer operator, ->
D) the dereference operator, <-
E) None of these
Correct Answer
verified
Multiple Choice
A) determines and returns the area of a circle
B) takes a Circle structure as a parameter, does something, and returns a Circle structure
C) operates on a constant reference to a Circle structure
D) takes two Circle parameters and does something
E) None of these
Correct Answer
verified
Multiple Choice
A) function parameter
B) structure member
C) function return type
D) All of these
E) None of these
Correct Answer
verified
Multiple Choice
A) variables
B) abstract data types (ADT)
C) functions
D) parameters
E) None of these
Correct Answer
verified
Multiple Choice
A) anonymous
B) dereferenced
C) organized
D) declared
E) None of these
Correct Answer
verified
Showing 1 - 20 of 53
Related Exams