It is the first time I really understand what "return" function means and what it is actually used for. Thank you very much
@asyrafshukri10845 жыл бұрын
what does return do and how you able to understand it?
@mudassirwazir57454 жыл бұрын
Sir it was very helpful,i m from pakistan and new to c++ ,i request u to talk a little clearly as i can't get native speaker sayings ,i will be very thankful to u for this❤❤❤
@md.iftakharkabirsakur2 жыл бұрын
When I take parameter will it be similar data type like return data type all the time ?Or can I use it randomly.
@reiantaank33145 жыл бұрын
Very clear. Thank you so much!
@lks99882 жыл бұрын
Great explanation. Easily understood. Thanks a lot. :)
@kalindimitrov69373 жыл бұрын
Nice explanation but how do you use answer, cube, result and num in your code without declaring them as something.
@MIHUKI53 жыл бұрын
And why do we use return 0 in int main? I don't see its point.
@anonymoususer76634 жыл бұрын
You taught me something so thumbs up for you and thank you for the video!!
@tejasproduced3 жыл бұрын
Tq bro it really helped me to understand the the return funcation.
@ZandrichMynhardt4 жыл бұрын
Hi Mike, I've a thought: I know these materials are three years old now, but they still hold up. Would you ever consider re-doing them? The reason I ask is, when following these, I find myself re-employing earlier code to enhance whatever I'm learning here - in the case of this specific one, I added user input to get the number we're cubing, which is just intuitive. I know this will make each subsequent tutorial a little longer, but it really goes a long way in reminding us of earlier tutorials without the need to roll back to an earlier video.
@smnihal74403 жыл бұрын
can we do return string? rather than a function
@MissIsrayel3 жыл бұрын
Thanks a lot !
@kcee432 Жыл бұрын
Thank you very much
@84xyzabc3 жыл бұрын
you did not discuss return(0); like statement that was essential for completion of topic!
@sanchitkd75 жыл бұрын
My compiler is taking too much time to execute like 4.281 s or more, any solutions?
@ad.73285 жыл бұрын
great video. and now i understand it better!
@moazibrahim25074 жыл бұрын
so good tutorial !
@kurtz24913 жыл бұрын
thank you so much
@teletubbiev3ro7614 жыл бұрын
good vid
@sanjeewakrishantha88904 жыл бұрын
Why are you giving your videoes to free code camp it has7M views
@jamesmhlola25592 жыл бұрын
Return keyword, some say it's a return function
@chameleon1015 Жыл бұрын
I've also heard return statement, which he used in this video as well
@10p_b3_cruzyumie.63 жыл бұрын
very cool man very cool
@sameerraipure16973 жыл бұрын
man codeblocks sucks Debugging is sooooooooooooooooo nerve-wracking
@manasmishra77773 жыл бұрын
can't say how to thank you
@devedee23935 жыл бұрын
u turned this simple question into complex one........
@JohnSmith-lr8xg6 жыл бұрын
oh dang 666 views
@rosepierce9382 Жыл бұрын
DAmn, i love me some 666. yess, daddy
@ieatmud69655 жыл бұрын
what happens if we don't use return? or why do we use return?
@zouskyproductions33135 жыл бұрын
Ikr why?
@lollolzi29965 жыл бұрын
@@zouskyproductions3313 did u figure out why we use ''result''??
@hanadotexe4 жыл бұрын
thats what i dont understand!!
@dhanukalakshan15534 жыл бұрын
@@hanadotexe we use return so that we can do something else with the information that got returned from the function.