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.

Arrays - Assamese

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

1308 visits



Outline:

এৰে’জ (Arrays) -এৰে’জ কি হয় (What are arrays) -1-D এৰে’জ (Arrays) -এৰে’জৰ ডিক্লেয়াৰেচনৰ বাবে গাঠণি (Syntax for Declaration of arrays) --উদাহৰণ: data type(দাতা টাইপ) array(এৰে)_name(নেম) [size(চাইজ)]; -এৰে’জৰ প্ৰাৰম্ভণৰ বাবে গাঠণি (Syntax for Initialization of arrays) --উদাহৰণ: data type(দাতা টাইপ) array(এৰে)_name(নেম) [size(চাইজ)]=মান(value); -উপভোক্তাৰ পৰা মানসমূহ গ্ৰহণ কৰা (Accepting values from the user)