The _______ operator is a technique to forcefully convert one data type to the others
Answers
Answered by
0
Answer:
Cast operator
Explanation:
Answered by
0
Answer:
The correct answer to the given question is cast operator.
The cast operator is a technique which is mostly used to forcefully convert one data type to the others.
These operators are mainly found and widely used in C++ compilers. It is unary and has similar precedence like other unary operators that are available in the language.
Similar questions