Asked by Kymberly Corley on May 02, 2024

verifed

Verified

The cast operator is a binary operator.

Cast Operator

In programming, a cast operator converts one data type into another, providing a way to override the automatic data type conversions.

Binary Operator

An operator that works on two operands and performs operations such as addition, subtraction, multiplication, etc.

  • Learn about the arrangement and practicality of operators used in the C language.
verifed

Verified Answer

SA
sohan anirudhMay 08, 2024
Final Answer :
False
Explanation :
The cast operator is a unary operator because it operates on a single operand to convert its type.