What is reinterpret_cast used for?
Options
- converts integer pointer type to any other integer pointer type
- converts any pointer type to any other pointer type
- converts any pointer type to only integer pointer type
- Both a and b
CORRECT ANSWER : Both a and b
Write your comments