Menu Close

Tag: operator

javascript operators

JavaScript typeof Operator

The typeof operator in JavaScript is used to determine the data type of its operand. It returns a string representing the data type. The operand…

Operators in C Program

C Programming Operators

1. What is C Programming Operators C language supports a rich set of built-in operators. An operator is a symbol that operates on a value…