"u"值的后缀 [英] "u" Postfix in values

查看:98
本文介绍了"u"值的后缀的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在C中0 * 0x100u中的表示是什么意思.如果以"b"结尾.我知道它的二进制文件.什么是"u"

What does representation in 0*0x100u mean in C . If it end with "b" . I know its binary . What is "u"

推荐答案

U表示未签名,因此有完整的^ ].
U means unsigned, there''s a full set here[^].


u是无符号的,

顺便说一句,如果您将其乘以0,那么没关系...
u is for unsigned,

btw if you are multiplying it by 0 then it doesnt matter...


这篇关于"u"值的后缀的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆