Saved Bookmarks
| 1. |
कोई फंक्शन अधिकतम कितने मान लौटा सकता है? |
|
Answer» Answer: here's your answer Mark it as brainliest Explanation: You can't return two values. However, you can return a single VALUE that is a struct that contains two values. You can return only ONE thing from a function. EITHER you make a struct which contains all the things you want to return, or you PASS some function parameters by reference. |
|