Question 1: Assume the array of char pointers char * arr[4] and the user prompted to enter the values from keyboard. 1. Write a function to reverse the array. 2. Write a function to reverse a selected...


Please help with C ++ using the cfree program




Question 1:<br>Assume the array of char pointers char * arr[4] and the user prompted to enter the values<br>from keyboard.<br>1. Write a function to reverse the array.<br>2. Write a function to reverse a selected line.<br>3. Write a function to print the most repeated character in the array.<br>4. Write a function that returns a string of all vowel characters in the array.-<br>Sample input:<br>welcome to c++II<br>see the powerful of pointers<br>work hard<br>Good Luck<br>Please enter a line number: 3<br>Sample Output:<br>Reversed array:<br>Good Luck, work hard, see the powerful of pointers, welcome to c++II<br>Reversed a selected line:<br>Before : work hard<br>After: drah krow<br>The most repeated character is:<br>String of all vowel characters:<br>eoeolleeeoeuooieoaoou<br>

Extracted text: Question 1: Assume the array of char pointers char * arr[4] and the user prompted to enter the values from keyboard. 1. Write a function to reverse the array. 2. Write a function to reverse a selected line. 3. Write a function to print the most repeated character in the array. 4. Write a function that returns a string of all vowel characters in the array.- Sample input: welcome to c++II see the powerful of pointers work hard Good Luck Please enter a line number: 3 Sample Output: Reversed array: Good Luck, work hard, see the powerful of pointers, welcome to c++II Reversed a selected line: Before : work hard After: drah krow The most repeated character is: String of all vowel characters: eoeolleeeoeuooieoaoou

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here