Computer Science, asked by baruram661359, 3 months ago

what do you mean by function? explain it's structure? ​

Answers

Answered by boradedipesh
4

Answer:

function is usually a logic , where it works with different set of parameters you pass

Explanation:

suppose you have function int function a {x,y}

now you can call function a anytime with parameter x&y

int function a {2,3}

Similar questions