Answered step by step
Verified Expert Solution
Question
1 Approved Answer
hello there, i have a question about programming c Write a void function which takes 5 arguments. Arguments: A char array. An int representing the
hello there, i have a question about programming c
Write a void function which takes 5 arguments.
Arguments:
A char array.
An int representing the size of the char array.
A pointer to an int which you should store the number of letters in the char array (uppercase and lowercase).
A pointer to an int that you should store the number of digits in the char array (from zero to nine).
A pointer to an int, that you should store the number of anyother characters (non-letters, non-digits) in the char array.
many thanks
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started