2-Write a prolog program to reverse a list. For example ?- reversing ([a,b,c,d],Q). Q=[d,c,b,a] Please also show the tra
Posted: Thu Jul 14, 2022 2:19 pm
2-Write a prolog program to reverse a list. For example ?- reversing ([a,b,c,d],Q). Q=[d,c,b,a] Please also show the tracing model for the above example