Home »
MCQs »
VHDL MCQs
Which of the following operator(s) tests if operands are not equal in VHDL?
37. Which of the following operator(s) tests if operands are not equal?
- Not Equal
- !=
- /=
- ~=
Answer: C) /=
Explanation:
/= operator is used to test if operands are not equal.