MCQOPTIONS
Bookmark
Saved Bookmarks
→
Visual Basic
→
Adding a GroupBox to the Form and Using FinancialDotPmt Method
→
Which statement is used to create a user-defined d...
1.
Which statement is used to create a user-defined data type?
A.
Declare
B.
Define
C.
Struct
D.
UserType
Answer» D. UserType
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
In most applications, the code to define a user-defined data type is entered in the form s.
An application uses a structure named Employee. Which of the following statements declares a five-element array of Employee structure variables?
An array is declared using the statement Dim inventory(4) As Product. Which of the following statements assigns the number 100 to the intQuantity member variable contained in the last array element?
A structure variable named address contains a member variable named strStreet. Which of the following statements assigns the string Maple to the member variable?
Which statement is used to create a user-defined data type?
Programmers use ________________ when they need to store related items in an array, even though the members have different data type.
Programmers use _________________ when they need to pass a group of related variables.
You refer to the member variable by preceding its name with the name of the _________________________ in which it is defined.
You refer to the structure variable by its ____________
Variables declared using a structure is known as ___________________
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply