红军通信员正在编写一套敌情分析程序,他需要定义一个变量来专门记录“敌军所在的区域代号(仅使用单个大写字母,如'A''B' 'C'表示)”。以下定义最合适的是?
int position;
double position;
char position;
long long position;