ANIMATE 2025 is here! 2D/3D animation hackathon using Synfig Studio and Blender. For more details, Click here!

Arrays - Assamese

Play
Current Time 0:00
/
Duration Time 0:00
Remaining Time -0:00
Loaded: 0%
Progress: 0%
0:00
Fullscreen
00:00
Mute
Captions
  • captions off
  • English
  • Assamese

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

1063 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)