Question: this code must be written in C Programming 2. (25 pts) Write a function that takes a string stras parameter. The function must return the

this code must be written in C Programming 2. (25 pts) Writethis code must be written in C Programming

2. (25 pts) Write a function that takes a string stras parameter. The function must return the length of the longest block (consecutive characters) that str starts with and that contains equal number of small and capital letters. Example: If the string: "hello World." then the longest block is : "hello W" so it should return 7. Hint: ASCII code of 'A': 65 and ASCII code of 'a': 97

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!