Object Oriented Programming Using C Plus Plus - Study Mode

[#416] A programming structure that contains data and a pointer to the next object is a
Correct Answer

(D) linked list

[#417] A variable declared in a function is called a(n) _____ variable
Correct Answer

(C) local

[#418] Variable names known only to the procedure in which they are declared are ________
Correct Answer

(A) local

[#419] Whis is true?
Correct Answer

(C) both (a) and (b)

[#420] The keyword used to define a structure is
Correct Answer

(C) struct