Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
¿Cuál de estas consultas debe tener éxito?:
?- byte_xor([h(a),h(s(0))], [h(a),h(s(0))], L).
?- byte_xor([h(a),h(1)], [h(a),h(1)], L).
?- byte_xor("A1", "A1", L).
?- byte_xor([h('A'),h(1)], [h('A'),h(1)], L).
?- byte_xor("10100001", "10100001", L).
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!