InterviewSolution
Saved Bookmarks
| 1. |
R is said to be reflexive if aRa is true for every a in A.(a) True(b) FalseThe question was asked in exam.This is a very interesting question from Relations topic in section Compiler Introduction of Compiler |
|
Answer» CORRECT choice is (a) True The best explanation: All the elements of A are related with itself by relation R, HENCE it is a REFLEXIVE relation. |
|