Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mxz94/408

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

408

&运算符与*运算符互为逆运算 int i = 5;

if (i == *(&i))

函数声明

extern 说明符 函数必须先声明,后使用

t->age 等同于(*t).age typedef 为某个类型起名

const 只读

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages