Multiple Choice
Which of the following declares a structure data type named Complex, which has two fields named Real and Imaginary, both of which are of type Double?
A) Declare Structure Complex Dim Real As Double
Dim Imaginary As Double
End Declare
B) Structure Complex Dim Real as Double
Dim Imaginary as Double
End Structure
C) Structure As Complex Dim Real As Double
Dim Imaginary As Double
End Structure
D) Dim Structure Complex Dim Real(Double)
Dim Imaginary(Double)
End Structure
Correct Answer:

Verified
Correct Answer:
Verified
Q2: This method is used to add more
Q3: Which of the following code segments creates
Q4: When a file is selected from an
Q5: Which of the following statements are not
Q6: Which of the following code segments writes
Q7: An application must first _a file before
Q8: The fields within a structure can be
Q9: An Open dialog box displays the current
Q10: What does the following line do? Do
Q11: To left justify the columns in the