InterviewSolution
Saved Bookmarks
| 1. |
Which of these is wildcard symbol?(a) ?(b) !(c) %(d) & |
|
Answer» The correct choice is (a) ? To elaborate: In generic code, the question mark (?), called the wildcard, represents an unknown type. |
|