Question: Array declarations and instantiations ( 1 D and 2 D ) Which of the following would correctly declare and instantiate an array of 5 floats?
Array declarations and instantiations D and D
Which of the following would correctly declare and instantiate an array of floats? Choose all that apply.
a float values new float;
b float values new float;
c float values float;
d float values new float;
e float values new float;
f float values new float;
g float values new float;
h none of these
i float values float;
j float values new float;
k float values new float;
l float values float;
m float values new float;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
