Ask Question

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. 8 July, 12:15
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers