Computer Science, asked by Tejasv21, 1 year ago

when a function returns the value , the entire function call can be assigned to a variable do you agree with the statement

Answers

Answered by PJRStudies
27

Yes, for example: int x = func()

where func return int.

Similar questions