Page 1 of 1

a) The following code will delete one data from myLinkList. Which one will be deleted? (2 marks) THT mylinklis 100 firs

Posted: Fri Jul 01, 2022 5:34 am
by answerhappygod
A The Following Code Will Delete One Data From Mylinklist Which One Will Be Deleted 2 Marks Tht Mylinklis 100 Firs 1
A The Following Code Will Delete One Data From Mylinklist Which One Will Be Deleted 2 Marks Tht Mylinklis 100 Firs 1 (7.34 KiB) Viewed 32 times
a) The following code will delete one data from myLinkList. Which one will be deleted? (2 marks) THT mylinklis 100 firs t p = first.next; q=p.next; p.next = q.next; 400 X