C-50 Arrays in C - Part 5 | Array Program 2 | C Programming Tutorials

preview_player
Показать описание
In this lecture we will discuss one C program using Arrays.

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

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, c programs on arrays, coding exercise on array,

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

As a commerce student I'm learning C language very easy with the help of this channel.

santhoshk
Автор

Your teaching style is amazing ma'am. You make every topic so easy to understand! More power to you ! 💯

mdtausifsiddiqui
Автор

#include <stdio.h>
int main()
{
int marks[5], i, sum = 0;
float average;
printf("Enter a element of array\n");

for (i = 0; i < 5; i++)
{
scanf("%d", &marks[i]);
sum = sum + marks[i];
}

printf("sum=%d\n", sum);
average = sum / 5;
printf("\naverage=%f", average);
return 0;
}

zenxdraken
Автор

Thank you so much ma'am. Your teaching style makes the concept crystal clear. Looking forward to learn from you in future also.

avinashkumar
Автор

Ma'am I don't know why I really love you ❤️ we people need lecturer like you.... God bless you ma'am...
Love from Karnataka ☺️

VarunKumar-ylnj
Автор

Istarted learning c from you, before your video s I was memorising the things but after watching your video I started learning co ncept thanks a lot mam iam a bsc student❤️

FIFAmobile
Автор

Mam please make videos on fuction and recursion too.
Also the method of solving series related problem.
Love from nepal❤❤

sandeshghimire
Автор

Ma'am, thank you so much for data structure topics.. I had the exam today, I found it so easy.... Thank you so much ma'am 😘😘😘😘😍

aaronabraham
Автор

#include <stdio.h>
void main()
{
int a[5];
for (int i = 0; i < 5; i++)
{
printf("Enter marks of student %d:", i + 1);
scanf("%d", &a[i]);
}
int sum = 0, marks = 0;
float avg;
for (int i = 0; i < 5; i++)
{

marks = marks + a[i];
}
sum = marks;
avg = marks / 5.0;
printf("The sum is:%d\n", sum);
printf("The average of marks are:%0.2f", avg);
}

userJfedYj
Автор

Mam I'm sorry to say this....
U r looking gorgeous 😍😍😍
....
In this outfit....

Apart from this....
I personally like ur teaching skills

HariRam-ikxz
Автор

Mam your style of teaching is mind blowing 🙏🙏

swayansusatyaprangyadas
Автор

Do make a video on taking two array of elements and compare them if it is equal to print that element.

ningaiahningaiah
Автор

Super mam your teaching style is super

dineshmongiya
Автор

Jenny ma'am your teaching skills is mind blowing ❤

ishan
Автор

in this program we can ask no of students also nd based on no of student it give u o/p

#include <stdio.h>
void main()
{
int n, marks[n];
float sum=0.0, avg;
printf("enter the no of student:\n");
scanf("%d", &n);
printf("enter the marks of %d student:\n", n);
for(int i=0;i<n;i++)

{
scanf("%d", &marks[i]);
}
for(int i=0;i<n;i++)

{
sum=sum+marks[i];
}
avg=sum/n;
printf("sum=""%f\n", sum);
printf("avg=""%f", avg);

return 0;

}

atifreza
Автор

mam jitni acchi dikhti hai utna hi accha padhati bhi hai. much respect. and i cant stop myself from complementing sorry

AYUSHRAJ-kqgi
Автор

Mam, why didn't you do the arithmetic operation for 'sum' in the same 'for' loop, we don't have to print the variables individually so why can't we use the same 'for' loop for calculation part also? I have done it in my compiler and it works fine.

ahsansyed
Автор

class starts at 2:05 (if you to skip advertisment then click on the given time stamp )😁😁😁😁

fgsodln
Автор

Mam you taught open hairs because looking ossum and soo pretty ❤️❤️👍😁

vishalchaturvedi
Автор

Mam I am watching your each and every video.... Right now I m in class 9, Trying to learn many things from you... Your way of expression .. Your way of talking and ofcourse the study content also.Plz Mam tell me which C program you are using bcouz in my laptop it's screen is blue one....plz mam

akansharay
join shbcf.ru