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) 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
Get step-by-step solutions from verified subject matter experts
