【名词&注释】
应用软件(application software)、系统软件(system software)、工具软件(tool software)、编译程序(compiler)、因特网(Internet)((internet))、小写字母、大写字母(majuscule)、汇编程序(assembler)、电子公告板(bulletin board system)、文本框控件(textbox control)
[单选题]已知大写字母(majuscule)A的ASCII码是65,小写字母aASCII码是97,以下不能将变量c中大写字母(majuscule)转换为对应小写字母的语句是( )。
A. c=(c-A)&+’a’
B. c=c+32
C. c=c-‘A’+’a’
D. c=(‘A’+c)&-‘a’