InterviewSolution
Saved Bookmarks
| 1. |
Explain Why Prolog Language Is Stated As A Procedural Language? |
|
Answer» In Prolog, procedures are referred as predicate. It is ALSO KNOWN as a PROCEDURAL language due to the two UNUSUAL aspects of prolog LIKE prolog is non deterministic and has assign- once variables. In Prolog, procedures are referred as predicate. It is also known as a procedural language due to the two unusual aspects of prolog like prolog is non deterministic and has assign- once variables. |
|