InterviewSolution
Saved Bookmarks
| 1. |
What Is The Use Of Num-entries? |
|
Answer» NUM-ENTRIES is used to RETURN the no of entries available in the list . SYNTAX: Num-entries(<variable-list>). NUM-ENTRIES is used to return the no of entries available in the list . Syntax: Num-entries(<variable-list>). |
|