A.pb=b B.pb=&b[0] C.pb=newint D.pb=b[5]
A.int*p=newa[10] B.int*p=newfloat[10] C.int*p=newint[10] D.int*p=newint[5]={1,2,3,4,5}
A.strlen() B.strcpy() C.strcat() D.strcmp()