Part 6 | Functions and Type of Functions | C Programming Malayalam Tutorial

Part 6 | Functions and Type of Functions | C Programming Malayalam Tutorial

Brototype Malayalam

4 года назад

396,129 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

AKVR
AKVR - 19.08.2023 20:15

Ответить
Athul Krishna
Athul Krishna - 07.08.2023 19:57

C program extra videos idumbo sir

Ответить
Jerin Jaison
Jerin Jaison - 05.08.2023 10:12

assignment 2
int i,j,a[100][100],b[100][100],limit,sum;
printf("Enter the size of arrays");
scanf("%d",&limit);
printf("Enter the values of array1\n");
for(i=0;i<limit;i++){
for(j=0;j<limit;j++){
scanf("%d",&a[i][j]);
}
}
printf("Enter the values of array2\n");
for(i=0;i<limit;i++){
for(j=0;j<limit;j++){
scanf("%d",&b[i][j]);
}
}
printf("sum of 2 arrays is =\n");
for(i=0;i<limit;i++){
for(j=0;j<limit;j++){
sum=a[i][j]+b[i][j];
printf("%d\t",sum);
}
printf("\n");
}

Ответить
SANTHU MV
SANTHU MV - 27.07.2023 22:11

manasilakunud Ennalum orupadu practical aayittu cheyyendathund ❤❤❤❤❤❤
sir paranjathupole follow cheyyunud.

Ответить
shihab Shihab
shihab Shihab - 26.07.2023 12:44

Main ഇലോട്ടു value ഒന്നും വരുന്നില്ലലോ പിന്നെ എന്തിനാണ് int main കൊടുക്കുന്നത്. Void main അല്ലേ

Ответить
mohammed jabir
mohammed jabir - 21.07.2023 18:22

How to call function sum in 2d array with 2 arrays

Ответить
Razal CP
Razal CP - 20.07.2023 14:47

Assignment question number 3 about getting array and displaying array,
Tried lot of times but still did not get the right result.
Can somebody please support or comment here how the program works.

Ответить
Razal CP
Razal CP - 19.07.2023 16:39

The way of he power things up really blowed my mind.
I really enjoyed watching the video.
You are really the brother who I need.❤

Ответить
Neha Samson
Neha Samson - 18.07.2023 10:49

C programminte continuation chymo
Because nikhil sir's teaching and presentation skill is amazing..

Ответить
Neha Samson
Neha Samson - 18.07.2023 10:48

@Brototype

Ответить
RATHEESH Babu
RATHEESH Babu - 16.07.2023 02:59

Ok

Ответить
YAZstories
YAZstories - 13.07.2023 11:36

♥♥

Ответить
Sreekarthik Karthik
Sreekarthik Karthik - 08.07.2023 10:34

Ответить
Mazi
Mazi - 07.07.2023 13:12

HW Q3 --->

int main()
{
int limit,a[100],i;
printf("Enter array limit");
scanf("%d",&limit);
printf("enter values");
for(i=0;i<limit;i++){
scanf("%d",&a[i]);
}

printf("entered numbers are: ");

for(i=0;i<limit;i++){
printf("%d\n",a[i]);
}
return 0;
}

Ответить
DR-PSYCHO HUB
DR-PSYCHO HUB - 04.07.2023 17:15

Thanks you

Ответить
VinayakVishnu
VinayakVishnu - 03.07.2023 10:10

Thank you ❤❤sir

Ответить
Nrj Sk
Nrj Sk - 02.07.2023 20:29

Will you post the code of assignment 3. 3 functions in one program. I don't understand how it works?

Ответить
Midhun
Midhun - 01.07.2023 13:32

Char array kodukkumbol char main() enn kodukkano?

Ответить
sanjay
sanjay - 22.06.2023 18:20

I have prblm in output I can't call 2 times the function in function with argument and without return value
(Can i do that? )

Ответить
Anas Ibn Nasir
Anas Ibn Nasir - 21.06.2023 11:32

🎉

Ответить
Bilal
Bilal - 16.06.2023 18:01

Bro njan 6 days class kettu but padichathokke marakkund apo note ezhuteet class kekkano opinion parayumo

Ответить
Jees Jeevan Raj
Jees Jeevan Raj - 15.06.2023 17:49

Hi sir, njn ee channel il ethi pedunnath oru glimpse vazhi ahn.. .. And njn intrested ayi..ippo part 6 vdo il vannu nilkunnu.. I think I'm progressing .. Thank u for making this opprtunity.. Njn late ayo.. Enna nu ente samsayam actually..oru 2 yrs munbe ee program ne kurich arinjirunnengil.. Ipo bro campil okke vannu kurach koodi set ayene.. Ipo.. Njn vtl irunnu basics padikukayan.. Hope I could be too into a IT field like my sister.. Hoping all support frm you.. Thirichum👍

Ответить
Vaisakh M S
Vaisakh M S - 15.06.2023 14:02

I can't thank you enough for making this series ☺

Ответить
Abhishikt Dinesh
Abhishikt Dinesh - 07.06.2023 06:03

While doing the assignment 1 I always get the output that the word is not palindrome. I have posted the code and output in our telegram group but no one replied me yet since Saturday.😢

Ответить
Ajlan's Notes🖋️
Ajlan's Notes🖋️ - 04.06.2023 07:56

Halo
Can you please provide solution of assignment 1

Ответить
Anandhu krishnan
Anandhu krishnan - 03.06.2023 18:04

string palindrome ano alleyonn nokunna program engana cheyyendath ennu manasilakunilla. Comment nokiyapo aanu manasillayath ith engana cheyandenn ,but nik a programinte logic kitanilla.can u please clarify that program@brototype

Ответить
Bilal
Bilal - 01.06.2023 11:18

Bro class okke kettu but onnum manassilayilla explain cheyth tero 😭

Ответить