Question: Homework 7 Just modify the code in the third experiment in the following manner: 1. int array[8] should be replaced by the char array[] =
Homework 7 Just modify the code in the third experiment in the following manner: 1. int array[8] should be replaced by the char array[] = "EENG112 Introduction to Programming" 2. Modify call_by_reference array so that its input is char* and it modifies its input as Follows: a. Each vowel is replaced by a character 1, b. Each consonant is replaced by a character 0. 3. Print_1D_array should be modified to print character sequence. Keep the original form of code in Part C, just make required modifications. Note: Please send your homework as C source file labeled as your name surname and student number Example: Dante ash 16701006.c
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
