我的编码做出来的结果怎么是99啊?
按照如下图所示再试试
#include <stdio.h> int main() { char c='a'; int n='c'; float f='c'; double d='c'; printf("%d\n",n); printf("%f\n",f); printf("%lf\n",d); return 0; }
把你的代码写出来啊。注意发帖时用格式化工具