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

Discussion Forum : Object Oriented Programming Using C++ - Section 8 (Q.No. 33)
33.
Which of the following will store the number 320000 as a Float number?
counPop = (float) 3.2e5;
counPop = (float) 3.2e6;
counPop = (float) .32e5;
counPop = (float) .32e7;
counPop = (float) 3.2-e5;
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.