QUESTION - 2 Write a C program to remove consonants from the string. #include<stdio.h>…
Read more#include <stdio.h> int main(int argc, char * argv[]) { int year; if(argc!=2) {…
Read moreQues: Write a C program which will check whether a given number N is prime or not. If the number N…
Read more