Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Need help with #7 i already have a longest word function but i dont know how to sort through the array of pointers to strings

Need help with #7 i already have a longest word function but i dont know how to sort through the array of pointers to strings and determine which ones are palindromes
Note: this must be in C not C++ image text in transcribed
Spring 2018 ECE 2220 System Programming Concepts 2 of 3 Your program is to read in the contents of the dictionary provided into a dynami allocated array of pointers to strings e.g. char *Words [NUM WORDS so that the array requires the minimum amount of storage for each word. Operation Your program should examine those words and find which words have the following properties: 1. The longest word(s) typed only with the right hand. 2. The longest word(s) typed only with the left hand 3. The longest word(s) typed with only the first letter row of the keyboard. 4. The longest word(s) typed with only the second letter row of the keyboard. 5. The longest word(s) typed with only the third letter row of the keyboard. 6. All words and longest word ending in 'dous. 7. All palindromes. (A palindrome is a word which is the same read backwards. e.g. 'kayak) 8. All words and longest word having all five vowels in order

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL Database Programming

Authors: Chris Fehily

1st Edition

1937842312, 978-1937842314

More Books

Students also viewed these Databases questions