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.

Scope Of Variables - Assamese

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

1411 visits



Outline:

Outline: ভেৰিয়েবলৰ পৰিসৰ (Scope of Variables) -পৰিচয় (Introduction) -ভেৰিয়েবল(variable) এটা ঘোষণা(declaring) কৰাৰ গাঠনি (Syntax) --উদাহৰণ: data-type var-name; -ভেৰিয়েবল(variable) এটা প্ৰাৰম্ভিকৰণ(initialized) কৰাৰ গাঠনি(Syntax) --উদাহৰণ: data-type var-name = value; -ভেৰিয়েবলৰ পৰিসৰ (Scope of Variables) -গ্ল’বেল ভেৰিয়েবল ( Global variable) -ল’কেল ভেৰিয়েবল ( Local variable) -ভুল (Error)