Computer Science, asked by rksingh2556, 4 months ago

The value obtained in the function is given back to the main by using ________ keyword?

a)return b) static c)new d)volatile

Answers

Answered by pratyush15899
7

Answer:

the correct ans is:

a) Return

Explanation:

“return” keyword gives a value obtained in a function to the main.

Similar questions