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
Get step-by-step solutions from verified subject matter experts
