Question
1. Which of the following statements (a-d) about Table are true if the array Table if is defined as follows: float Table[] = { 0.9,
1. Which of the following statements (a-d) about Table are true if the array Table if is defined as follows: float Table[] = { 0.9, 0.8, 0.7, 0.6 };
A. There will be a compiler error because there is no value specified inside of the square brackets. | |||||||||||||||||||||||||||||||||||||||||||||||
B. Table[1] contains the value 0.9 | |||||||||||||||||||||||||||||||||||||||||||||||
C. There are actually 5 values stored in table: the four listed above and the null terminator as the fifth element | |||||||||||||||||||||||||||||||||||||||||||||||
D. There will be a compiler error because an array cannot be initialized when it is declared. | |||||||||||||||||||||||||||||||||||||||||||||||
E. All of the statements (a-d) are false. ______________________________________________________________________________________ 2. The unsubscripted name of an array is __________
|
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started