与 putchar() 相反?

发布于 2024-08-18 01:13:58 字数 55 浏览 5 评论 0原文

是否有与 putchar() 相反的方法,您可以传递 ascii 字符,然后它将输出数值?谢谢。

Is there an opposite to putchar() where you can pass the ascii character and it will output the numerical value? Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

べ繥欢鉨o。 2024-08-25 01:13:58

printf("%d\n", c);

printf("%d\n", c);

旧伤还要旧人安 2024-08-25 01:13:58

我不确定你说的是哪种语言。在“C++”中,您可以只传递 (int) ch ,它应该返回数字 ascii 值。

I am not sure which language you are talking. In 'C++', you could just pass (int) ch which should return the numeraical ascii value.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文