InterviewSolution
Saved Bookmarks
| 1. |
What is the return type of the conversion operator?(a) void(b) int(c) float(d) no return type |
|
Answer» The correct option is (d) no return type The best explanation: Conversion operator doesn’t have any return type not even void. |
|