Find the Minimum Number in an Array | C Programming Example

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

For those who haven't discovered this channel yet. I'm sure that they're missing a treasure. Thank you <3

HossamHassan-hqgd
Автор

After your Learn some Basic C, this the ultimate problem sets u gonna find.


all my appreciations to the one making these video ❤. thanks!!

abdoTheDS
Автор

My friend send me your playlist with these example programs in C language. Why didn't I discover your channel earlier? You are doing amazing job! Ypu are showing things so much clear! Kepp your work up! <3

Klusio
Автор

This is one of the finest channel i have ever seen for Programming tutorials and example codes, best place to learn C programming ☺️

kasireddy
Автор

Thanks a lot for the effort you put into this concept as well as making it free for everyone who wants to program in C.

basedboyenjoyer
Автор

Wow! I'm learning c while I'm in school and these videos are very well done. Good teaching skills!

mlad
Автор

Great video! For those that want to take this a step further in generalization and don't want to explicitly specify the array size every time, you could compute the size of the array automatically by sizeof(myarray) / sizeof(myarray[0])

themohmand
Автор

I love coming back to these videos. Even though I knew how to check for the smallest or biggest (or average) number in an array, the idea of not needing to check for the first number made so much sense. Great stuff. I am just going through all the videos and then take the udemy course on Linked Lists which is a tricky subject I also need to master for CS50.
One suggestion for newer coders might be not to hardcode the length of the array in the function call, but instead use sizeof(array) / sizeof(array[0]) that would make the function even more flexible and it's something I wish I would have learned sooner as you play around and change the length of the arrays frequently.

Ithicuss
Автор

Your channel is best for beginners as well as for veteran ❤ cuz your teaching style is very prolific, simple and lovely❤
I also wanna giving you one suggestion that place your programs in sequence and in 1 playlist
Means all array questions come in same orders❤
Hope you get my superior suggestion and try to work on that
Love from Pakistan ❤❤❤
Adil Bashir

Learn_Master
Автор

This playlist is pretty useful

printf("thank you.");

Petershd
Автор

Great list, Great day to be alive, Thanks for free content.

justcurious
Автор

you are a absolute legend doctor carry on your videoes are very helpfull

aymenbenmansour
Автор

hi, love this, you should get a nobel prize or something, cuz these videos are gold :) <3

gweenpoole
Автор

Could anyone please let me know any youtube channel to learn c properly, both theory and program

Usha-hd
Автор

Printf("Nice work! Keep it up!!");

iralarushendra
Автор

That's first time here thanks for amazing content

OsamaIbrahim-fwjl
Автор

Hello Make a function named char_to_ascii() which will take a character as parameter and it will convert that character to ascii value and return through that function. So, the return type will be int. Now in the main function take a character input and call that function to get the integer value of it and print that in the main function.

sureshchakma
Автор

I'm surprised you do i++ and not ++i. Do you have a video discussing the advantage of one over the other?

charlescox
Автор

Nice but why did you not declare I before using it

overfavoured
Автор

This is wrong. Passing it arrays of length zero will cause undefined behaviorm

gregorymorse