Question: For an array S defined as follows: 3 paints const int size = 2 0 ; , ? ? size - Size of the array

For an array S defined as follows:
3 paints
const int size =20;,?? size - Size of the array
char Str[size]= "Hello, WorldI"; // Str - Array of chars
int lower; // lower - Number of lowercase letters in the array of chars
Select the combination of the function call and the corresponding function header for a function Lowercase that will return the number of lowercase letters, lower, found in string S.
Function call: lower = Lowercase (Str, SIZE);
Function header: int Lowercase (const char Str[1, const int SIZE);
Function call: lower = lowercase (Str);
Function header: int Lowercase (char Str[])
Function call: , Iower = Lowercase (Str);
Function header: int Lowercase (const char str[])
 For an array S defined as follows: 3 paints const int

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!