1.

The == ‘is equal to’ is known as relational operator.(a) True(b) FalseI got this question in an interview for job.This is a very interesting question from Comparisons topic in division Mathematic Operations and Loops of Ruby

Answer»

The CORRECT OPTION is (a) True

Explanation: The == is used to COMPARE two THINGS are equal or not and hence it is known as comparator/relational operator.



Discussion

No Comment Found

Related InterviewSolutions