Computer Science, asked by kirankr, 1 year ago

why is the flowchart symbol for return statement in c

Answers

Answered by kappa
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
Similar questions