| Author |
simple doubt
|
sonali rao
Ranch Hand
Joined: Nov 03, 2003
Posts: 64
|
|
what is the default value of float primitive. please let me know the answer. a) 0.0f b) 0.0d c) 0
|
 |
Vad Fogel
Ranch Hand
Joined: Aug 25, 2003
Posts: 504
|
|
|
a is the correct answer if the variable is a member of a class. If it's local, then it remains unassigned (no default value is given) and cannot be used until it gets a value.
|
 |
 |
|
|
subject: simple doubt
|
|
|