Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

Understanding Pointers - Vietnamese

This is a sample video. To access the full content,
please Login

534 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ỏ