A pointer in C is a variable pointing to the address of another variable. Explore C Pointer's ✓ types ... Y=X+1. Y=*P+1. X=X+10. *P=*P+10.
確定! 回上一頁