C Programming Tutorial # 25 - Returning Values from Functions - Part 2 [HD]

preview_player
Показать описание

In this tutorial we learn to return values from the functions to the caller. We explain it with a simple example of defining a function that squares a given number.

This tutorial is part of the following series:
Рекомендации по теме
Комментарии
Автор

Your a life saver. I've just started uni and I've been looking bor a book on c programming for two days and this is 100% better than hoping to find what I need is in a book.
Thanks
Adrian

MrXXX
Автор

You can never imagine how useful this was. Thanks a lot ...

mohammedopel
Автор

My suggestion is keep up the good work. Why can't the rest of those who make programming tutorials explain like you? I am subscribing your channel and I will be watching all of your programming videos.

willseleven
Автор

thank you so much for this tutorial....god bless you brother

musabbirislam
Автор

Thank you for this tutorial, I would like to know everything about C++.

drcvagos-iu
Автор

cool tutorial how would you do a dial of a phonenumber using functions?


KAONABO
Автор

how do you return multiple values to functions?

Could you do a tutorial on recursion? thx

ebutuou
Автор

while returning value. Does that result and x have the same memory location or both of them will be store in different location?? I 'm so confused

bishnulama
Автор

square();
this is called caller of the function

almahir