WHEN YOU ARE LOST, THERE IS ALWAYS A CHANNEL THAT CAN SAVE YOU, AND THIS IS THE ONE. THANK YOU FOR SHARING YOUR KNOWLEDGE AND MAKING IT AFFORDABLE. THANK YOU AGAIN
You're welcome Darwin, I'm glad you enjoyed it! :-) I'm using the default light theme in Visual Studio Code, which appears to be the font "Consolas, Courier New, monospace".
Using any C programming book as a reference summarize the topic of arrays and their applications in c.l recommend using learning c in 21 days as your guide Based on your understanding write a program that demonstrates the following key concepts of arrays in c.Be sure to include comments explaining how each concept is implemented in your guide,subscript index, one dimensional array, multidimensional arrays, numerical arrays and character arrays
WHEN YOU ARE LOST, THERE IS ALWAYS A CHANNEL THAT CAN SAVE YOU, AND THIS IS THE ONE. THANK YOU FOR SHARING YOUR KNOWLEDGE AND MAKING IT AFFORDABLE. THANK YOU AGAIN
YOU’RE WELCOME NABOULSI, THANK YOU SO MUCH FOR THE SUPPORT!!! :-D
I absolutely adore how you teach every tiny little step. You're like the Professor Leonard of coding
This channel is incredible. Very straight forward teaching, but also thorough
Awesome. So happy that i found this channel!
I'm glad you found it too! :-)
Best programming channel
I’m glad you enjoy it! :-)
awesome sir, clear point to point
how can you create a function for division using for loop? if you would please.
awesome sir clear understanding point to point
Your explanation is amazing sir
I’m glad you enjoyed it! :-)
Oh God I love this channel!
I'm glad you're enjoying the channel Feliciano! :-)
Awesome tut! Thank you for the lesson. May i ask you, what font do you use here mate?
You're welcome Darwin, I'm glad you enjoyed it! :-) I'm using the default light theme in Visual Studio Code, which appears to be the font "Consolas, Courier New, monospace".
Using any C programming book as a reference summarize the topic of arrays and their applications in c.l recommend using learning c in 21 days as your guide Based on your understanding write a program that demonstrates the following key concepts of arrays in c.Be sure to include comments explaining how each concept is implemented in your guide,subscript index, one dimensional array, multidimensional arrays, numerical arrays and character arrays
Please
praised be this white man for this beautiful gift
Seriously awesome channel
Thank you very much for the kind words Abdullah! :-)
This is now a channel to be when lost😊
I'm glad you think so Collins! :-)
I got lost somewhere 😅😅 you are fast 😅
But anyway it's a very good class 🎉 keep it up 💯
Great video, Sir.
I'm glad you enjoyed it! :-)
so helpful what a life saver :)))))
I'm glad this video helped you out Ayman! :-)
I have a question
I love your channel
That’s awesome to hear that Nico! :-)
😍😍
Thank you really sir.. this has helped me
You're welcome, I'm glad it helped you! :-)
@@PortfolioCourses is there a way I can chat with you privately sir..
I'm not able to provide private tutoring right now due to time constraints, but I am on LinkedIn if you want to add me. :-)
Ok sir.. how can I get you on LinkedIn
@@Codewitheyezyc I am here: www.linkedin.com/in/profkevinbrowne/
we can use
int element = sizeof(grade)/sizeof(grade[]);
for (int i = 0; i < element; i++)
total = total + grade[İ];
int average = total / element