Ask Question
14 March, 23:22

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

+4
Answers (1)
  1. 15 March, 02:04
    0
    Type of myDisk. brand is BrandInfo.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Given the declarations struct BrandInfo { string company; string model; }; struct DiskType { BrandInfo brand; float capacity; }; DiskType ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers