Integer, signed |
|
Base 10 |
Integer, unsigned |
|
Base 10 |
|
Base 8 (octal) |
|
|
Base 16 (hexadecimal), lowercase letters |
|
|
Same as |
|
Floating-point number |
|
Fixed-point notation (Use a precision operator to specify the number of digits after the decimal point.) |
|
Exponential notation, such as |
|
|
Same as |
|
|
The more compact of |
|
|
The more compact of |
|
Characters or strings |
|
Single character |
|
Character vector or string array. The type of the output text is the same as the type of |
相关文章
- 02-06sprintf()函数的用法
- 02-06记录最近在使用sprintf构造字符串时遇到的一个问题
- 02-06sprintf mfc
- 02-06记一个函数:sprintf
- 02-06Qt sprintf_s函数格式化字符串出错
- 02-06C语言sprintf函数的深入理解
- 02-06R sprintf函数
- 02-06printf & sprintf
- 02-06C语言-sprintf的用法---@颜麓
- 02-06C语言sprintf与sscanf函数