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
27
Yes, for example: int x = func()
where func return int.
Similar questions