是否建议把int *p写作int* p?

Views :
Update time : 2025-06-26 10:10:18

不建议 声明 p1 p2 p3 p4 这四个指针,代码应该怎么写? A: int *p1=NULL, *p2=NULL, *p3=NULL, *p4=NULL;//正确B: int* p1=NULL, p2=NULL, p3=NULL, p4=NULL;//错误所以,不建议。

是否建议把int *p写作int* p?
Related News
Read More >>
Blog Post With Youtube Video 现在工作中k8s是使用containerd还是docker来管理容器?
2025-06-22 04:20:14
现在工作中k8s是使用containerd还是docker来管理容器?...
Blog Post With Youtube Video 可以发一下你存在相册里的可爱小动物吗?
2025-06-22 04:15:14
可以发一下你存在相册里的可爱小动物吗?...
Blog Post With Youtube Video 《绝命毒师》(Breaking Bad)里有哪些硬伤?
2025-06-22 03:40:15
《绝命毒师》(Breaking Bad)里有哪些硬伤?...
Blog Post With Youtube Video 普通女生怎么做才能变得好看或有气质?
2025-06-22 05:05:14
普通女生怎么做才能变得好看或有气质?...

Leave Your Message