My C++ Quiz
The ultimate place to learn C++!
⌂
|
Start Quiz
|
List of questions
|
Other Quizes
Question #25:
In addition to c-style, which casts can be used to cast an int into an enum?
static_cast
dynamic_cast
reinterpret_cast
static_cast or reinterpret_cast
none of the above
Next Question