Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Explain What Is Recursion In Prolog?
Home
Prolog
Explain What Is Recursion In Prolog?
+1
vote
asked
Mar 3, 2021
in
Prolog
by
SakshiSharma
Explain What Is Recursion In Prolog?
#prolog-recursion
recursion-prolog
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 3, 2021
by
SakshiSharma
In any language, a function that can call itself until the goal has been succeed is referred as recursion. In Prolog, recursion happens when a predicate contains a goal that refers to itself.
...