当前位置:网站首页>8.8.1-PointersOnC-20220214
8.8.1-PointersOnC-20220214
2022-07-04 11:23:00 【fleet1126】
#include<stdio.h>
unsigned char char_value[3][6][4][5]={
{},
{
{},
{
{},
{0,' '}
},
{
{},
{},
{0,0,0,'A'},
{0,0,0,0,'x'}
},
{
{},
{},
{0,0,0xf3}
},
{
{},{},
{0,0,0,'\n'}
}
},
{
{},
{
{},
{0,0,0320}
},
{
{},
{0,'0'},
{0,0,'\''},
{0,'\121'}
},
{},
{
{},{},{},
{0,0,'3',3}
},
{
{},{},{},
{0,0,0,0,125}
}
}
};
int main(){
printf("char_value[1][2][2][3]->%c\n",char_value[1][2][2][3]);
printf("char_value[1][1][1][1]->\'%c\'\n",char_value[1][1][1][1]);
printf("char_value[1][3][2][2]->0x%x\n",char_value[1][3][2][2]);
printf("char_value[2][4][3][2]->\'%c\'\n",char_value[2][4][3][2]);
printf("char_value[1][4][2][3]->%c\n",char_value[1][4][2][3]);
printf("char_value[2][2][3][1]->\\%o\n",char_value[2][2][3][1]);
printf("char_value[2][4][3][3]->%d\n",char_value[2][4][3][3]);
printf("char_value[2][5][3][4]->%d\n",char_value[2][5][3][4]);
printf("char_value[1][2][3][4]->\'%c\'\n",char_value[1][2][3][4]);
printf("char_value[2][1][1][2]->0%o\n",char_value[2][1][1][2]);
printf("char_value[2][2][2][2]->%c\n",char_value[2][2][2][2]);
printf("char_value[2][2][1][1]->\'%c\'\n",char_value[2][2][1][1]);
return 0;}
边栏推荐
- Canoe-the second simulation project-xvehicle-1 bus database design (idea)
- Canoe - the third simulation project - bus simulation-1 overview
- netstat
- Dos and path
- Video analysis
- template<typename MAP, typename LIST, typename First, typename ... Keytypes > recursive call with indefinite parameters - beauty of Pan China
- Jemeter script recording
- How to create a new virtual machine
- If function in SQL
- unit testing
猜你喜欢
JMeter Foundation
Day01 preliminary packet capture
Application of slice
2022 AAAI fellow release! Yan Shuicheng, chief scientist of sail, and Feng Yan, Professor of Hong Kong University of science and technology, were selected
Ternsort model integration summary
Installation of ES plug-in in Google browser
Serialization oriented - pickle library, JSON Library
Process communication and thread explanation
Alibaba cloud server connection intranet operation
Automatic translation between Chinese and English
随机推荐
Usage of with as
Canoe test: two ways to create CAPL test module
Some tips on learning database
Performance test overview
QQ get group link, QR code
Canoe-the second simulation project-xvehicle-1 bus database design (idea)
JMeter common configuration components and parameterization
Introduction to canoe automatic test system
Video analysis
QQ get group information
Notes on writing test points in mind mapping
Foreach (system.out:: println) usage
2022 AAAI fellow release! Yan Shuicheng, chief scientist of sail, and Feng Yan, Professor of Hong Kong University of science and technology, were selected
Lvs+kept realizes four layers of load and high availability
Send a request using paste raw text
array_ The contains() function uses
CSDN documentation specification
JMeter correlation technology
Dos and path
Ternsort model integration summary