A.inline int small();int small(){/*……*/} B.int small();inline int small(){/*……*/} C.int inline small();int small(){/*……*/} D.int small();int inline small(){/*……*/}
A.include B.inline C.namespace D.typedef
A.int a=15;int n=fun14(&a); B.int a=15;cout<<(&pf)(a); C.cout<<(?pf)(256); D.cout<<?pf(256);