C Programming – Many programmers use only lower-case letters inidentifiers, with underscores inserted for readability. Forexample, current_temperature, input_array. Other programmers use anuppercase letter to begin each word within an identifier. Forexample, currentTemperature, inputArray. Write a C program thatcomputes the number of underscores and uppercase letters in aninput for an identifier. The program should include the followingfunction.
Do not modify the function prototype.
void count(int* num_, int* num_upper);
The count function asks the user to enter an identifier.Use getchar() function (getchar() is covered inchapter 7) to read in the input. The user input ends with the userpressing the enter key (a new line character).
PayPal Gateway not configured
PayPal Gateway not configured