InterviewSolution
| 1. |
Mention What Is The Difference Between Prolog And Normal Programming Language? |
|
Answer» Prolog: It is a “declarative PROGRAMMING” language which means that you have to SPECIFY the goals, but not the strategy to REACH the goal. It figures it out on its own.
Prolog: It is a “declarative programming” language which means that you have to specify the goals, but not the strategy to reach the goal. It figures it out on its own.
|
|