当前位置:网站首页>001 data type [basic]
001 data type [basic]
2022-06-30 15:01:00 【Shadow_ shape】
Catalog
Photo version of the article , Convenient for mobile phone viewing
Basic data types
Data types are used to define variables
char Character data type
short Short
int integer
long Long integer
long long Longer integers
float Single-precision floating-point
double Double precision floating point
sizeof Data type size
sizeof yes C A key word of language , Calculate the size of the data type , Unit is byte
sizeof(char) 1
sizeof(short) 2
sizeof(int) 4
sizeof(long) 4
sizeof(long long) 8
sizeof(float) 4
sizeof(double) 8
A byte is 8 position , Each can represent 0 and 1 Two figures
Photo version of the article , Convenient for mobile phone viewing

边栏推荐
- val_ Loss decreases first and then increases or does not decrease but only increases
- 1107 social clusters (30 points)
- 2021-08-05 leetcode notes
- IO interview questions
- CCF image rotation (Full Score code + problem solving idea) 201503-01
- @PathVariable
- 1134: Legal C identifier query
- Hbuilder most commonly used and full shortcut key set
- Color classification of sorting
- 1149 dangerous goods packaging (25 points)
猜你喜欢

How does hbuilder display in columns?

CCF adjacent number pairs (Full Score code + problem solving ideas + skill summary) 201409-1

PS cutting height 1px, Y-axis tiling background image problem

Matlab judge palindrome number (only numbers)
![[matlab] 2D drawing summary](/img/de/6bb5385f440a2997dbf9cbb9a756eb.jpg)
[matlab] 2D drawing summary

LIS error: this configuration section cannot be used in this path

PS dynamic drawing

CCF string matching (Full Score code + problem solving ideas + skill summary) March 3, 2014
![[extensive reading of papers] multimodal attribute extraction](/img/ec/546c107ac0d31deded7ca94fdf0e2d.jpg)
[extensive reading of papers] multimodal attribute extraction

Determine the number of digits of an integer in MATLAB (one line of code)
随机推荐
Matlab finds a prime number that is greater than a given integer and follows this integer
Sum of CCF digits (full mark code + problem solving idea) 201512-1
1130: find the first character that appears only once
E - highways (minimum spanning tree)
IO interview questions
先锋期货安全么?现在期货开户都是哪些流程?期货手续费怎么降低?
LIS error: this configuration section cannot be used in this path
Basic learning notes of C language
Using member variables and member functions of a class
JS to realize simple lottery function
Determine the number of digits of an integer in MATLAB (one line of code)
[extensive reading of papers] multi modal sarcasm detection and human classification in code mixed conversations
1015 reversible primes (20 points)
Finding the median of two arrays by dichotomy
1077 kuchiguse (20 points)
2021-07-14 mybaitsplus
PS dynamic drawing
1107 social clusters (30 points)
CCF date calculation (Full Score code + skill summary) February 2, 2015
Not satisfied with markdown native code block style? Try this beautify code screenshot tool~~