C語言指針,int a=1; int *p; 其中p=&a和*p=&a有什么區(qū)別?p的值是否相同?
C語言指針,int a=1; int *p; 其中p=&a和*p=&a有什么區(qū)別?p的值是否相同?
揚(yáng)帆大魚
2019-04-09 09:04:06