求兄弟们帮个忙!!
各位兄弟,帮个忙!!我是一个老生,以前没学好C,现在走回头路,因此很菜.大写字母转小写字母这个问题,以下程序为什么不行?
#include <stdio.h>
main()
{char c1,c2;
scanf("%c",&c1);
c2=c1+32;
printf("\nc1=%c",c1);
printf("\nc2=%c",c2);
}
出错提示:"possible use of 'c1' before definition in function
[此贴子已经被作者于2005-4-23 14:40:26编辑过]