Saved Bookmarks
| 1. |
Why We Need Cursor Implementation Of Linked Lists? |
|
Answer» MANY languages such as BASIC and FORTRAN do not support pointers. If linked LISTS are required and pointers are not available, then an alternative implementation must be used KNOWN as cursor implementation. Many languages such as BASIC and FORTRAN do not support pointers. If linked lists are required and pointers are not available, then an alternative implementation must be used known as cursor implementation. |
|