GAT Subject
Engineering
Computer Science Civil Engineering Chemical Engineering Agricultural Engineering Mechanical Engineering Electronics and Communication
31. | Which of the following will store the number 320000 as a Float number? | |
A. | counPop = (float) 3.2e5; | |
B. | counPop = (float) 3.2e6; | |
C. | counPop = (float) .32e5; | |
D. | counPop = (float) .32e7; | |