Ⅰ c語言 輸入一個字元串,求出其中大寫字母的個數
#include <stdio.h>
void main ()
{
char a[100];
int sum0=0, suma=0, sumA=0;
gets(a);
char *p;
for (p = a; *p != '