InterviewSolution
Saved Bookmarks
| 1. |
Which of these method is used to make a bit zero specified by the index?(a) put()(b) set()(c) remove()(d) clear() |
|
Answer» Correct answer is (d) clear() For explanation: None. |
|