当前位置:网站首页>A brief summary of C language printf output integer formatter
A brief summary of C language printf output integer formatter
2022-06-12 08:09:00 【Ordinary people who like playing basketball】
List of articles
1. Integer type
32 Bit compiler :
int 4 byte
long 4 byte
long long 8 byte
64 Bit compiler :
int 4 byte
long 8 byte
long long 8 byte
2. Integer output
%d The output is int,
%ld The output is long,
%lld The output is long long;
If it is an unsigned type : The above d It is amended as follows u
边栏推荐
- Group planning chapter I
- (P27-P32)可调用对象、可调用对象包装器、可调用对象绑定器
- C语言printf输出整型格式符简单总结
- GTEST/GMOCK介绍与实战
- 超全MES系统知识普及,必读此文
- Compiling principle on computer -- functional drawing language (IV): semantic analyzer
- System service configuration service - detailed version
- JSP technology
- Vins technical route and code explanation
- Database connection pool and dbutils tool
猜你喜欢

Windows10 configuration database

System service configuration service - detailed version

Cookies and sessions

HDLC protocol

How to write simple music program with MATLAB

Search and rescue strategy of underwater robot (FISH)

(P36-P39)右值和右值引用、右值引用的作用以及使用、未定引用类型的推导、右值引用的传递

Record the treading pit of grain Mall (I)

Detailed explanation of Google open source sfmlearner paper combining in-depth learning slam -unsupervised learning of depth and ego motion from video

Pytorch installation (GPU) in Anaconda (step on pit + fill pit)
随机推荐
CMAKE 里PRIVATE、PUBLIC、INTERFACE属性示例详解
Vins technical route and code explanation
MinGW offline installation package (free, fool)
System service configuration service - detailed version
Procedure execution failed 1449 exception
Vision Transformer | CVPR 2022 - Vision Transformer with Deformable Attention
C语言printf输出整型格式符简单总结
C # push box
"Three.js" auxiliary coordinate axis
Leetcode notes: biweekly contest 71
『Three.js』辅助坐标轴
牛客网的项目梳理
DUF:Deep Video Super-Resolution Network Using Dynamic Upsampling Filters ... Reading notes
The project file contains toolsversion= "14.0". This toolset may be unknown or missing workarounds
Three data exchange modes: line exchange, message exchange and message packet exchange
Mathematical knowledge - derivation - Basic derivation knowledge
(P19-P20)委托构造函数(代理构造函数)和继承构造函数(使用using)
Ten important properties of determinant
Conda創建虛擬環境報錯,問題解决
Understanding and analysis of state estimation and Kalman filter