QUESTION - 2 Write a C program to remove consonants from the string. #include<stdio.h>…
Ques: Write a C program which will check whether a given number N is prime or not. If the number N…