InterviewSolution
Saved Bookmarks
| 1. |
Name Some Data Types In Prolog Programming Language? |
|
Answer» Following are the data types supported by prolog :Prolog’s single data type is the TERM. Terms are either atoms, numbers, variables or compound terms.
Following are the data types supported by prolog :Prolog’s single data type is the term. Terms are either atoms, numbers, variables or compound terms. |
|