Which header file do you need to include to use typecasting?

  1. stdin.h

  2. ctype.h

  3. math.h

  4. None


Correct Option: D

AI Explanation

To use typecasting in C/C++, you do not need to include any specific header file. Typecasting is a built-in feature of the C/C++ language and does not require any additional header files.

The correct answer is D) None.

Find more quizzes: