Multiple Choice
In a procedural program you typically have __________ stored in a collection of variables and a set of __________ that perform operations on the data.
A) numbers, arguments
B) parameters, arguments
C) strings, operators
D) data, functions
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: When you dereference an object pointer, use
Q24: A C++ class is similar to a(n)<br>A)
Q25: In C++11 you can use _ to
Q26: How many default constructors can a class
Q27: Which type of member function may only
Q29: Examples of access specifiers are the key
Q30: A destructor function can have zero to
Q31: Objects are created from abstract data types
Q32: When using smart pointers to dynamically allocate
Q33: The constructor function always has the same