Part 5 | Array and Array Operations | C Programming Malayalam Tutorial

preview_player
Показать описание


Today I will be discussing with you about Arrays and basic operations of Array such as inputing a value to an array, retrieving a value from an array, searching and sorting the array. Also, we will be doing some coding problems related to this particular topic.

I hope you will enjoy today's tutorial and please provide your valuable feedback in the comment session.

10:10 Array
15:38 scanf
19:28 printf
37:41 Array size
51:14 search
01:09:33 sorting

Today’s assignment:

#100K Coding Challenge is a series of 10 programming tutorial videos in Malayalam which is an initiative by Team Brototype (Former Crossroads) to teach programming in the simplest possible manner to 1 lakh students across Kerala completely FREE of cost.

Certificates will also be issued to candidates who complete the whole 10 videos and pass the Test successfully.

Video tutorials will be uploaded and published on our Brototype Malayalam (Former Crossroads) YouTube channel.

Participants are requested to subscribe and enable notification on our YouTube channel inorder to get the tutorial videos as soon as they are released.

About us:

#Brototype (Former Crossroads) is Kerala's #1 tech Youtube channel for students looking to frame a good career in the tech industry. Our mission is to make a positive change in the lives of people by providing them with valuable information and actionable steps.

In this channel,We help you develop coding skills for free by providing various programming tutorials & tech-career topics in Malayalam, that helps you achieve a job in the IT industry.

To get 24/7 Technical support while watching our tutorials, Sign up for 6 months Brototype Malayalam (Former Crossroads) Exclusive Membership,

For Enquires, Contact: Ameer: 7034395811

Further, if you wish to study offline with us in an office environment, You can enroll for Brocamp, Which is a 6-month offline training program where you learn coding skills & let you pay the course fee after placement.

Call: 7902606117

Want to connect with Nikhil Kilivayil personally?

Connect us on Social Media:

Connect Nikhil Kilivayi on Social Media:

#programming
Рекомендации по теме
Комментарии
Автор

Nikhil sir is rolemodel for all computer science teachers...
This is the best way of teaching...

rafeedmuhammed
Автор

Thanks I'm a Beginner always wanted to learn programing for a great profession....Great efforts from you and team behind...easy to to watch, learn and do programing. Even though I have gone through other Full course on C-programing videos.
After watching Crossroads now finally started learning. Hope to proceed watching and learn much more sooner.

AIExplorercloud
Автор

Assignment Day 5
1.Write a program to interchange the values of two arrays.
a.Program should accept an array from the user, swap the values of two arrays and display it on the console.



#include <stdio.h>
#include <stdlib.h>
int main (void){
int size, array1[100], array2[100], i, temp;
printf("Enter the size of arrays :");
scanf("%d", &size);
printf("Enter the values of Array 1 :");
for(i=0;i<size;i++){
scanf("%d", &array1[i]);
}
printf("Enter the values of Array 2 :");
for(i=0;i<size;i++){
scanf("%d", &array2[i]);
}
for(i=0;i<size;i++){
temp=array1[i];
array1[i]=array2[i];
array2[i]=temp;
}

printf("Arrays after swapping:\n");
printf("Array1:");
for(i=0;i<size;i++){
printf(" %d\t", array1[i]);
} printf("\n");
printf("Array2:");
for(i=0;i<size;i++){
printf("%d\t", array2[i]);
}

return EXIT_SUCCESS;
}

navaneeth
Автор

I've reached here. Came here without anything.
I've love this class.its so addictive ❤️

mebindon
Автор

Collegil ingane oru sir undayirunenkil enne njn programming padichene....Ann pediyayirunn Prgms kanumpo....Ipo interesting aanu.Thanks a lot sir..Just started learning...Feeling that i must have started it before...Enik pattillaa enn vicharicha karyam aan...inn thaniye oru program ezhti output kittiya santhosham..paranj ariyikan pattunilla...Now am sure that i will build my career in this field.

amrutharamesh
Автор

Great effort sir👌👌👌
Coding imagine polum cheyyaan pattatha nammale okke iruthi
Ur soooo great🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹

abdlirfan
Автор

Sort array എനിക്ക് ആദ്യം മനസിലായില്ല...
Sir പറഞ്ഞത് പോലെ പേപ്പറിൽ എഴുതിയപ്പോൾ മനസിലായി 🥰🥰..
Good teacher

nostalgianostalgia
Автор

എനിക്ക് ലൂപ് ഒന്നും മനസ്സിലായില്ലായിരുന്നു but ഞാൻ വേറെ വഴി ഇല്ലാത്തോണ്ട് ആ ലൂപിന്റെ വിഡിയോ 5or6times കണ്ടിട്ടുണ്ടാവും. Sir oru req und ini join cheyyunnarvarkum nte avastha undaavaruth athukond loop maathram onn explain cheyth vedio idanam pls💝enik clear aayittund

cherygalaxy
Автор

2 year +2 ilum, 4 years kond ബിടെക്കിലും പഠിക്കാൻ കഴിയാ തിരുന്ന പ്രോഗ്രാമിങ്

2 days കൊണ്ട് സാറിന്റെ ക്ലാസ്സ്‌ കൊണ്ട് നേടി 😍😍😍

Thank you sir ❤️❤️❤️

joelappu
Автор

ഇത്ര മനോഹരമായി ആർക്കും മനസ്സിലാവുന്ന രൂപത്തിലുള്ള ഈ അവതരണം... സ്റ്റുഡന്റസ് ന് ഒരു മടുപ്പും വരാത്ത വിധം അങേ അറ്റം ഗ്രഹിക്കാനും മനസ്സിലാക്കാനും കഴിയുന്നു ..
കോഡിങ് പഠിക്കണമെന്ന് ഒരുപാട് ആഗ്രഹിച്ചിരുന്നു but മറ്റ് ഒരുപാട് കാര്യങ്ങളിൽ പെട്ട് പോയതിനാൽ ഇതിലേക്ക് എത്താൻ അൽപം വൈകി .. but ഇനിമുതൽ പുതിയ ഒരു ലോകത്തെ പുതിയ സ്വപ്നങ്ങൾ നെയ്തു തുടങ്ങുകയാണ്..ഇംഗ്ലീഷ് ലുള്ള Youtube tutorials കണ്ട് ഒരു പാട് softwares ഉം മറ്റും മനസ്സിലാക്കാൻ ഒരുപാട് ബുദ്ധിമുട്ടി but മാതൃ ഭാഷയിലുള്ള
അങ്ങയുടെ മികച്ച ഈ പിന്തുണയ്ക്ക് നന്ദി ഒരുപാട് ❤❤😊

fathahadany
Автор

Sir, Othiri helpfull videos.. Coding il ipozhanu interesting vannath..after watching ur videos, enkum coding chyam ennu manasilayi... Always thankful 🤝

aishuabcd
Автор

Before I came across this Playlist I used to think that I had no programming logic and would never be able to do programming... But eee videos kand thudangi Ippo day 5 reach cheythappol thannae enikku oro programs um sir cheyyum munbe pause cheythu try cheyyan interest vannu.... Output um errors um okkae ind... Still progressing pretty well.... Thanks a lot @crossroads 😇

lilcoconut
Автор

I hope this will be helpful to anyone
Assignment: Interchange the values of two arrays.
#include<stdio.h>
#include<stdlib.h>
int main(void){
int a[1000], b[1000], i, temp, arrays;
setbuf(stdout, NULL);
printf("Enter the size of arrays:-");
scanf("%d", &arrays);
printf("\n Enter the values of Array1:-\n");
for(i=0;i<arrays;i++){
scanf("%d", &a[i]);
}
printf("\n Enter the values of Array2:-\n");
for(i=0;i<arrays;i++){
scanf("%d", &b[i]);
}
for(i=0;i<arrays;i++){
temp=a[i];
a[i]=b[i];
b[i]=temp;
}
printf("\n\t\t\t\t AFTER SWAPPING");
printf("\nArray 1:\t");
for(i=0;i<arrays;i++){
printf("%d\t\t", a[i]);
}
printf("\nArray 2:\t");
for(i=0;i<arrays;i++){
printf("%d\t\t", b[i]);
}
return EXIT_SUCCESS;
}



OUTPUT
Enter the size of the arrays:-5
Enter the values of Array1:-
10
20
30
40
50
Enter the values of Array2:-
15
25
35
45
55
AFTER SWAPPING
Array 1: 15 25 35 45 55
Array 2: 10 20 30 40 50

akshararaveendrankr
Автор

29:50
For loop nte ullil ingane cheyth nokku;
printf("%d", a[i]);
if(i<limit-1) {
printf(", ");
}

FJ-nftn
Автор

I don't think that anyone else can explain this As simple as this.

Xplorer_
Автор

You are really great sir❤️ethara nannyitom simple ayit mansilki tharan onnom nta clgthe oru tutorkom kainjitila So thanks for that😇❤️

madhavraj
Автор

1:26:40 - Using 'calloc' I have dynamically set the array size based on user input.
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
int limit, i, j, temp, *Array = (int*)calloc(limit, sizeof(int));
setbuf(stdout, NULL);
printf("Enter how many numbers you want to sort: ");
scanf ("%d", &limit);
for (i=0;i<limit;i++)
{
printf("Enter %d number: ", i+1);
scanf("%d", &Array[i]);
}
for (i=0;i<limit-1;i++)
{
for (j=i+1;j<limit;j++)
{
if (Array[i] > Array[j])
{
temp = Array[i];
Array[i] = Array [j];
Array [j] = temp;
}
}
}
for (i=0;i<limit;i++)
{
printf("%d\t", Array[i]);
}
return EXIT_SUCCESS;
}

faizalmh
Автор

Thanks alott..Thank you for valuable time to teach us.

arunmk
Автор

ThankYou so much! The best platform for learning coding

ashkarasku
Автор

Part 5 complete cheythu.. array and sorting superb ayrnu.. 😍

meghanakilingar