Posts by Guto.Diniz • 123 points
3 posts
-
4
votes2
answers21117
viewsA: What does "Return" do in Python?
It returns the value of the function. In the specific case of recursive functions, it, besides returning the value (which can also be a null value None), will also return the control flow to the…
-
7
votes1
answer521
viewsQ: What are the advantages of using directives and macros?
Directives and macros influence program performance?
-
1
votes1
answer10254
viewsQ: How to use . h files in c language?
I would like to know which is the most recommended use of the files *.h? Because I don’t know if I can use them just to get the prototype of the functions or the full function.
casked Guto.Diniz 123