Anonymous
Asked in
Cars &Transportation
·
2 weeks ago
What is the meaning of === operator?
Contents
- What is the use of === operator?
- What is === mean?
- What does === mean in C ++?
- What is meaning of === in Python?
What is the use of === operator?
The strict equality operator ( === ) checks whether its two operands are equal, returning a Boolean result. Unlike the equality operator, the strict equality operator always considers operands of different types to be different.
What is === mean?
The === operator means "is exactly equal to," matching by both value and data type. The == operator means "is equal to," matching by value only.
What does === mean in C ++?
What does === triple equal means. Just like double equal operator === also used to compare two values on left and right. This will also return true or false based on comparison.
What is meaning of === in Python?
The === operator checks to see if two operands are equal by datatype and value.
Related Questions
Relevance
-
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago
Write us your question, the answer will be received in 24 hours