0x02. C - Functions, nested loops

preview_player
Показать описание
easily the best, most comprehensive, detailed easy to learn and fun video you'll see about this C task. i explained everything you need to know, to not only pass the task on time, but to understand every line. why not join us in my special intense learning class lets do C from scratch?

please like the video and subscribe to my channel for more great videos.
Рекомендации по теме
Комментарии
Автор

Very clear video and clearly explained. I love it!

marthandungu
Автор

Wonderful!!! May the Lord increase your anointing in Jesus name

oladelejoash
Автор

Thank you so much boss. You really tried in explaining it very well, teacher go fit you wella.

onyinicole
Автор

you are the best, your explanation is so easy to understand, you are a great teacher

omanyoarome
Автор

18:05 how did you know the return type should be an int? I would think it would be a char

theharriscode
Автор

God bless you Sir!!!, see me brainstorming till I found this 👍🏽

Leonard-ibeh
Автор

After following your steps for task 0, I still had some error checks. It was talking of compiling. I didn't see you compile.

malcolmsanatomy
Автор

This video was truly amazing! The explanations are superb and easy to comprehend. Thank you so much!

justinokolo
Автор

I just love you thanks it's helpful

incomparablevikkie
Автор

Thanks boss. You are not compiling after coding

InioluwaAfolabi
Автор

I want to join special intense learning class 🙋

randamerganey
Автор

i want to join the special intense learning class

felibifelix
Автор

This was really helpful and your explanatios were well understood thank you. Thank you. Could you shed light on how to easily identify trailing white line s and how to remove them before running one's script in Betty?

funmiola
Автор

I follow the exact same steps, yet the checker marks it wrong

olubunmiolubunmi
Автор

In the Quiz, where can someone read to get all those ASCII values? Thanks

viviane
Автор

how did you manage to copy from another program and paste it inside vim? I've tried so many ways but none of them work.

bisratmaru
Автор

#include "main.h"
/**
* main - Entry point
* Return: Always 0
*/
int main(void)
{
_putchar('_');
_putchar('p');
_putchar('u');
_putchar('t');
_putchar('c');
_putchar('h');
_putchar('a');
_putchar('r');
_putchar('\n');
return (0);
}

this is my code, but I still got an error from the checker

actionoctavia
welcome to shbcf.ru