Question: Question # 2: 15 marks Write a program using ordinary pipes in which one process sends a string message to a second process, and the

Question # 2: 15 marks Write a program using ordinary pipes in which one process sends a string message to a second process, and the second process finds the maximum occur of character in the message. For example, "MahnoorIftikhar" is sent so the second process should return Maximum occurrence of character is a=2, h=2, o=2, r=2. This will require using two pipes, one for sending the name from the first to the second process and the other for sending the maximum occurrence of character with count from the second to the first process
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
