Question:Which of the following are NOT valid C++ casts
A dynamic_cast B reinterpret_cast C static_cast D const_cast E void_cast
+ AnswerE
+ Report