[solved]-Write C Function F Function F Following Prototype Int F Const Char String Function F Retur Q39088009
• Write a C function f such that Function f has the following prototype. int f (const char + string) • Function f returns … – zero, if the given string does not contain a ‘/’ (forward slash) character the number of uppercase letters following lie, to the right of the leftmost forward slash character’/’ Lif the given string contains one or more forward slash characters CULTOS • Example o If the given string were Tix 1/5BaE $p/23A/xN/4P Then function f would return 6 because there are six uppercase letters following the leftmost forward slash character(‘/’). Show transcribed image text • Write a C function f such that Function f has the following prototype. int f (const char + string) • Function f returns … – zero, if the given string does not contain a ‘/’ (forward slash) character the number of uppercase letters following lie, to the right of the leftmost forward slash character’/’ Lif the given string contains one or more forward slash characters CULTOS • Example o If the given string were Tix 1/5BaE $p/23A/xN/4P Then function f would return 6 because there are six uppercase letters following the leftmost forward slash character(‘/’).
Expert Answer
Answer to • Write a C function f such that Function f has the following prototype. int f (const char + string) • Function f re… . . .
OR

