InterviewSolution
Saved Bookmarks
| 1. |
What is wrong in the following code? class Circle{public: Circle() { } double radius = 1;}; |
| Answer» DOUBLE RADIUS is the answerMay Be | |