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 - Assamese

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

1402 visits



Outline:

আন্দাৰষ্টেন্দিং পইন্টাৰচ (Understanding Pointers) -পৰিচয় (Introduction) -পইন্টাৰৰ গাঠণি (Syntax of Pointer) --উদাহৰণ: int *iptr; -ডিক্লেয়াৰেচন (Declaration) --উদাহৰণ: int a; (integer(ইন্তিজাৰ) a) int *aptr; (এটা ইন্তিজাৰলৈ পইন্টাৰ (pointer to an integer) *aptr) aptr = &a; (aptr ক aৰ এদ্ৰেচলৈ(address) চেত(set) কৰা) এদ্ৰেচ পইন্টাৰ (Address Pointer)