3 solutions available
Question 1A Circular Prime is a prime number that remains prime under cyclic shifts of its digits. When the leftmost digit is removed and replaced at...
Question 2Write a program to declare a square matrix A[][] of order (M × M) where 'M' must be greater than 3 and less than 10. Allow the user to...
Question 3Write a program to accept a sentence which may be terminated by either '.', '?' or '!' only. The words may be separated by more than one...