Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 4 (Q.No. 27)
27.
The statement float values[]={3.14, -7.86, 36.96, 4.87};
assigns 36.96 to values[2]
assigns -7.86 to values[2]
gives an error message
assign 14 to values[2]
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Dipti Thakare said:   6 years ago
Please explain this.
(1)

Post your comments here:

Your comments will be displayed after verification.