Invitation to Attend “Connect, Simulate and Innovate using Arduino on Cloud”, an awareness programme

If you are not an organiser or invigilator of the Subscribed college, please register using this Google form

Understanding Pointers - Vietnamese

118 visits



Outline:

Hiểu về con trỏ -Giới thiệu -Cú pháp của con trỏ --ví dụ: int *iptr; -Khai báo --ví dụ: int a; (integer a) int *aptr; (pointer to an integer *aptr) aptr = &a; (aptr set to address of a) Địa chỉ con trỏ