Question: Write a multi process program that outputs bit count of binary equivalent of the input integer and checks whether number is a palindrome or not.
Write a multi process program that outputs bit count of binary equivalent of the input integer and checks whether number is a palindrome or not. This program should work as follows: The user will run the program and will enter an integer number on the command line. The program will then create two child processes, one process counts and then displays number of s and number of s in the binary equivalent of the number entered by the user and other process checks and displays with a console message whether the number is a palindrome or not.
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
