写一个函数,由实参传来一个字符串,统计此字符串中字母、数字、空格和其他字符的个数(C语言) 题目要求:如标题 以下是具体代码: #include <stdio.h> int main() { void calculate_characters(char str[]); char string[