字母运算

char ch=‘a’ ,c;

c= ch +2;

printf("%c",c);

结果为d

原文地址:https://www.cnblogs.com/wshyj/p/6101142.html