answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: A program for simple factorial in prolog?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What program does prolog belong to?

Prolog does not belong to any program, it is a programming language.


What has the author Tom Conlon written?

Tom Conlon has written: 'Start problem-solving with Prolog' -- subject(s): Prolog (Computer program language) 'Learning Micro-PROLOG' -- subject(s): Micro-PROLOG (Computer program language)


Controlling program flow strings of prolog?

In prolog, you dont control the flow. The flow controls you.


What has the author Helder Coelho written?

Helder Coelho has written: 'Prolog by example' -- subject(s): Prolog (Computer program language)


In what year did the computer program Prolog appear?

The innovative computer program Prolog associated with artificial intelligence and computational linguistics first appeared in 1975. It was one of the first logic programming languages.


What has the author Robert M Colomb written?

Robert M. Colomb has written: 'Implementing persistent Prolog' -- subject(s): Prolog (Computer program language)


What has the author Nigel Ford written?

Nigel. Ford has written: 'Javascript for the Intelligent Web Site' 'PROLOG programming' -- subject(s): Prolog (Computer program language)


What is the value of 0 factorial?

Zero factorial, written as 0!, equals 1. This is a simple math equation.


What has the author Dennis Merritt written?

Dennis Merritt has written: 'Building expert systems in Prolog' -- subject(s): Expert systems (Computer science), Prolog (Computer program language)


What is the purpose of prolog?

purpose prolog


C program to find factorial of a no?

this is a code for calculating it recursivelly: float Factorial (float n) { if (n<=1) return 1.0; else return n* Factorial(n-1); }


What has the author Fernando C N Pereira written?

Fernando C. N. Pereira has written: 'Prolog and natural-language analysis' -- subject(s): Computational linguistics, Prolog (Computer program language)