Question: (C++)Write a program that will input three c-strings (that could contain spaces) into an array of c-strings. Print only those that end in es or

(C++)Write a program that will input three c-strings (that could contain spaces) into an array of c-strings. Print only those that end in "es" or begin in "yan" but in different ways, treating each c-string first as a character array and second as an entire c-string. For the last two characters, use a c-string function to find the length so you know where the last two characters are, then you can compare the last two characters separately against an e and against an s using []. For the first three characters, use a c-string function to compare, all at once, just the first three characters in the c-string (a function similar to strcmp, but that will only compare a certain number of characters). Use separate for loops to input and go through the array of three c-strings

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!