Question: 1. Write a short C++ function that removes all the punctuation from a string s storing a sentence. For example, this operation would transform the

1. Write a short C++ function that removes all the punctuation from a string s storing a sentence. For example, this operation would transform the string "Lets try, Mike." to "Lets try Mike"

2. Give an algorithm for finding the penultimate (second to last) node in a singly linked list where the last element is indicated by a null next link.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!