Question: Write a BCPL program that reads a sequence of strings typed by the user and creates a linked list containing them all. The numbers will
Write a BCPL program that reads a sequence of strings typed by the user and creates a linked list containing them all. The numbers will all be positive. An input of END will be used to mark the end of the input sequence. Once the whole linked list has been read, print out its contents, one string per line. Remember you will need to implement and use strdup() Include a transcript showing a successful run of your program.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
