Question
Easy

The explicit conversion of an operand to a specific type is called............

1
Type promotion
2
Type variation
3
Type casting
4
Type modification
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter:
Topic:
Correct Answer
Option C
Explanation

The correct option is (3): The explicit conversion of an operand from its current data type to a different, specific target type is formally known as Type Casting. This is a deliberate instruction given by the programmer to the compiler, often using a casting operator like (new_type)expression in languages like C/C++. The primary purpose of type casting is to force a particular interpretation of the data or to ensure compatibility…Read More

The explicit conversion of - HTET Level 3 | Clear Cutoff