Facebook – https://www.facebook.com/TheNewBoston-464114846956315/
GitHub – https://github.com/buckyroberts
Google+ – https://plus.google.com/+BuckyRoberts
LinkedIn – https://www.linkedin.com/in/buckyroberts
reddit – https://www.reddit.com/r/thenewboston/
Support – https://www.patreon.com/thenewboston
thenewboston – https://thenewboston.com/
Twitter – https://twitter.com/bucky_roberts
Amazon Auto Links: No products found.
thanks for this,
how can I print calculatebonus or void function on txt file using printf or fputs ?
mate , there is one more thing that you can do a video for these tuts : Iterations and Recursions
who is emma 🙂
Thank you bucky ! I started from zero and finally gained good level of knowledge in C.
You are a good teacher. Keep it up.
how do you return more than 1 value from a function?
the last return bonus; it worked return; like it too! so do we need ahead or its jst trash knowledge?
can you please provide the links for codes you used.?
I didn’t find anything in forum.
https://www.youtube.com/watch?v=RqLewjXGc7E
I don’t want this series to end, I’m scared to tune into the last onee…
And this, boys and girls, is the “wage gap”.
So basically this is the only way to communicate external functions to the Calling function.? Please Answer me.
am i the only one who understood boners instead of bonus?
This is really helpful thanks mate ..
Can you please make one on recursive functions?
Can anyone give me a link to all the source codes?
Are you doing any more? You have such a sexy voice.. and you’re a really good and funny teacher too. 🙂
No offence but tbh that intro gave me cancer…
thanks for these videos 🙂
you are amazing
good one .
5:14 is the best part. And i guess Emma was his ex-girlfriend who cheated with 2 of his friend. You know what i’m saying !!!
Hey.
How do you pass two values, one from main the value being an integer to the first_function and the second value from the first_function the value being a character to a second_function?
This video will trigger feminists.
I need help, I’m new to programming. I’m creating a program that uses a function invented bby myself to concatenate two strings (the aim is not using strcat, but creating the function that does the same) and the program runs well until it says it stops working. I debugged and everything went well until the last printf in int main (). Here’s my code: #includechar mystrcat (char str1 [10] , char str2 [10])
#include
{
char concatenate [20];
int i;
int j;
int k; for (i=0;str1[i]!=’