refer to the following code segment to answer thequestions. Each question is independent from eachother.
QUESTIONS
1. How many char entriescan strB store?
2. How many double valuescan aValues store?
3. How many char entriescan sentence[4] store?
4. How many bytes are allocatedto sentence?
5. How many double entriescan aValues[MAX_A] store?
6. What is the address associated to the last bytefor sentence?
7. How many bytes are allocatedto strA?
refer to the following code segment to answer the questions. Each question is independent from each other. QUESTIONS 1.
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am