to count no of elements in list using prolog programming?
if there is list L like [1,4,5,23,4,43] then what are rules or procedure required to count the element of list using recursion in prolog?
0