Ask Question
19 February, 01:30

Given the declarations struct BrandInfo { string company; string model; }; struct DiskType { BrandInfo brand; float capacity; }; DiskType myDisk; what is the type of myDisk. brand?

+2
Answers (1)
  1. 19 February, 05:24
    0
    Type of myDisk. brand is BrandInfo.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Given the declarations struct BrandInfo { string company; string model; }; struct DiskType { BrandInfo brand; float capacity; }; DiskType ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers