Multiple Choice
In most structures, the member variables are defined using the keyword ____ followed by the variable's name, the keyword As, and the variable's data type.
A) Private
B) Static
C) Dim
D) Public
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: When you pass a structure variable to
Q2: Between the Structure and End Structure clauses,
Q3: A structure variable can be stored in
Q5: The ability to pass a structure variable
Q6: The convention with structure statements is to
Q7: To access a member of a structure
Q8: Variables declared using a structure as their
Q9: The Structure statement itself reserves locations in
Q10: Pascal case means capitalizing the first letter
Q11: You can create your own data types