InterviewSolution
Saved Bookmarks
| 1. |
Which of these data type can be used for a method having a return statement in it?(a) void(b) int(c) float(d) both int and float |
|
Answer» Right option is (d) both int and float To explain I would say: None. |
|