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.

Working With 2D Arrays - Tamil

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

2401 visits



Outline:

Working with 2-D Arrays -2-D Arrays என்பவை யாவை. -Arrays ன் வீச்சு -2-D arrays ஐ declare செய்வதற்கான syntax --உதாரணம்: data type array_name[row][column]; -2-D arrays initialize செய்வதற்கான syntax --உதாரணம்: data type array_name[row][column] = row-val,col-val;