C_56 2D Arrays Program 1| Program to print Matrix and calculate Sum | C Programming

preview_player
Показать описание
In this lecture we will write down a C program to print Matrix and calculate Sum.

*********************************************

Connect & Contact Me:

Telegram Group Link: Jenny's Lectures
*******************************************

More Playlists:

Tags:
arrays in c, what is array, introduction to arrays in c, c programming, computer science, engineering, programming languages, c language, 2d arrays, two dimensional array in c

#cprogramming #coding #arraysinc #clanguage #jennyslectures
#2DarraysinC
#twodimensionalarrays
Рекомендации по теме
Комментарии
Автор

Mam you are really a genius. I am learning C language perfectly at 0 cost. I really thank you a lot mam. You are always amazing mam

saikowshik
Автор

Dear jenny, iam from mechanical field with 5 years of experience int he same.. but due to situation i went jobless before corona and tried rigorously for a job since past 1 and half year..finally ended up deciding to take the field where i can see better future.. my first impression on programming was too bad due to lack of proper teaching the subject.. but i somehow ended up in this channel i truely say this, iam learning C#, but the theory part iam learning it from here.. ur explanation was amazing..these words r coming frm a non software guy😅.. just keep up the work.. and lots of thank u for ur valuable content at free of cost..

emanisuresh
Автор

Hats of for ur dedication even u found ur mic was off u started it again from first 👏 respect 🙏

eeshu
Автор

I'm so thankful, I have learned so much from you! So thank you very much, I really like your videos and the way you explain everything :)

snamna
Автор

Mam you are best because yor are not take fees and free course provide to all needy people's

abhishekpatil
Автор

madam i am not a student of software but i am taking your lactures since 2 weakes and finally i got the result that you are soo buetifull.

Mandz
Автор

solution of this question and i have written this code before watching this video .
#include<stdio.h>
int main(){
// write a program to print the 2d array stored in a like matrix.
int a[2][3];
int i, j;

for(i = 0;i<2;i++){
for(j= 0;j<3;j++){
printf("Enter data : ");
scanf("%d", &a[i][j]);
}

}
/*for(i = 0;i<2;i++){
for(j= 0;j<3;j++){

printf("%d ", a[i][j]);

}
}*/
int row, col, sum = 0;
for(row =0;row<2;row++){
for( col = 0;col<3;col++){
printf("%d ", a[row][col]);
sum = sum+a[row][col];
}
printf("\n");

}


printf("%d\n", sum);



return 0;
}

mohitkumarshah
Автор

Mam please make videos now on functions and recursion mam please mam request from ur big big fan🙏🏽🙏🏽

umeshjoshi
Автор

Thanks for your hardwork for us mam. With heart full love mam ❤

chethii_rathalu
Автор

Could you please explain multiplication of 2d array

dereddyhemalatha
Автор

Thanks alot mam for everything you just put here your content and explaination 😊😊😊😊

MANISHKUMAR-mqtq
Автор

The best theacher i desocouvred you now and i have exam tomorrow i hope that i'll succed

youcef
Автор

Could you please share details about the IDE and its settings you are using? Thanks.

chandrashekarr
Автор

Thanks maam... You are the best c programming teacher I ever came across.. Thanks a lot

harshilmotivarash
Автор

love you mam, you are amazing, and your videos, thank you so much mam because of this wonderful series . Keep going 👍, God bless you ❤️

Sursk
Автор

Thank you mam! finally this concept cleared it takes too much time. Thank you mam

AyushJain-sudh
Автор

Mam litreally the mic was op In Ur last vedio but Hatts of to u for ur teaching

MohammedIbrahim-eumk
Автор

With full respect, I want to tell you mam please improve your audio quality.
Thank you, mam.

sarwarhossainhridoy
Автор

Thank you maam for not putting any youtube add for these videos just thank you ❤

saYOn-tjxq
Автор

finally we got the today's lecture video. 🤘🏼

akshaychavan