Invitation to Attend “Connect, Simulate and Innovate using Arduino on Cloud”, an awareness programme

If you are not an organiser or invigilator of the Subscribed college, please register using this Google form

Working With 2D Arrays - Vietnamese

122 visits



Outline:

Mảng hai chiều. -Mảng 2 chiều là gì? -Phạm vi của mảng. -Cú pháp khai báo của mảng 2 chiều. -- Ví dụ: kiểu dữ liệu array_name[row][column]; - Cú pháp khởi tạo mảng hai chiều. --Ví dụ: kiểu dữ liệu array_name[row][column]= row-val,col-val ;