refer to the following code segment to answer the questions. Each question is independent from each other. QUESTIONS 1.
Posted: Tue Jul 05, 2022 10:25 am
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?
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?