Question: USING C programming please help me solve 1 . Write a c program that will find the consonant letters from a string message and copy
USING C programming please help me solve 1. Write a c program that will find the consonant letters from a string message and copy that consonant into another array then print that consonant array in the main. Take the input from the user. You have to use the following function prototype: void getConsonantArray (char *message, char *consonantArr) Input: North South University Output: Nrth Sth nvrsty 2. Write a function printPattern that will print the following pattern. Use the function prototype: void printPattern (int n)
n=7
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
