C programming Bangla Tutorial 5.173 : Array | Getting input for 2D Array

preview_player
Показать описание
All C programming videos:
Рекомендации по теме
Комментарии
Автор

Sir, kub clearly present korcen....
Apnar sarbik mongol kamona korci...

srabonmithun
Автор

Your videos are so helpful
Tnx for these nice understanding!!!

rehnumasumona
Автор

Hmm...Khub i soja lagche...Thanks vaiya...

onlyawesome
Автор

I watch most of your videos these are so informative.
Vaiya, Which software do you use to record the screen, ?

shovonkumarray
Автор

6:25 e A[0][0] A[0][1] gula next line a kno aslo???? agula to linear vabe input neoar kotha c lo karon kono \n to use kora hoi nai ??? printf use korar age to j input gula naoa hoisio 5:00 oi gula linear vabe e nao a hoilo but printf use korar por taile kn omon

sazzademon
Автор

Cls jokhon koralo 2 hours ha koira chilam... Mathae kicoi ashtacilo na ar vai ekhon 2D ettto easy

fariyafariya
Автор

please make vedios on data structure sir

monojitmondal
Автор

i want to write a code where user will say what will be the row and colum number.So how i can write this?

TanvirRafiC__
Автор

#include<iostream>
#include<conio.h>
using namespace std;
int main()
{
int A[2][3];
cout<<"Enter the elements for the matrix: "<<endl;
for(int row=0; row<2; row++)
{
for(int col=0; col<3; col++)
{
cout<<"A ["<<row<<"]["<<col<<"]= ";
cin>>A[row][col];
}
cout<<endl;
}

//Printing 2D Array
cout<<"Array: "<<endl;
for(int row=0; row<2; row++)
{
for(int col=0; col<3; col++)
{
cout<<A[row][col]<<" ";
}cout<<endl;
}
getch();
}

mdrezaulkarim
Автор

sir, amar code blocks ta 10.05 eikhane kono kisu print korle space hoy na borong eksathe ashe. ki korbo ??

abhijeetsaha
Автор

#include<stdio.h>
int main()
{
int i, j;
int A[3][4];
for(i=0;i<3;i++)
{
for(j=0;j<4;j++)
{scanf("%d", &A[i][j]);}
}
for(i=0;i<3;i++)
{
for(j=0;j<4; j++)
{printf("%d\t", A[i][j]);}
printf("\n");
}
}

AbrarShajid-hr
join shbcf.ru