why is the flowchart symbol for return statement in c
Answers
Answered by
1
return (you can input a variable or a value here)
if you are making a recursive function then you can also give an operation inside the return statement
if you are making a recursive function then you can also give an operation inside the return statement
Similar questions