单项选择题
A.私有 B.公用 C.保护 D.任何
A.int*p B.int**p C.int*p[20] D.int(*p)[20]
A.必须是.h B.不能是.h C.可以是.h或.cpp D.必须是.cpp