What is an elvis operator?
Answers
Answered by
0
HEY FRIEND,
here is your answer....
============================
In certain computer programming languages, the Elvis operator is a binary operator that returns its first operand if that operand is true, and otherwise evaluates and returns its second operand.
=============================
##hope it helps you##
here is your answer....
============================
In certain computer programming languages, the Elvis operator is a binary operator that returns its first operand if that operand is true, and otherwise evaluates and returns its second operand.
=============================
##hope it helps you##
Answered by
1
In certain computer programming language, the Elvis operator, is a binary operator that returns its first operand if that operand is true, and otherwise evalutes and returns its second operand.
Similar questions