0
May I ask how to pass value from one function to another function in structure array? And what is mean by alternative parameter?
2 Answers
+ 4
1)Passing structure to a function by value
2)Passing structure to a function by address(reference)
3)No need to pass a structure â Declare structure variable as global
A structure can be passed to any function from main function or from any sub function.
Are you wondering something about this? if yes then you can explore it here âŹïž well explained in the course!
https://www.sololearn.com/learning/1642/
Sl bug link isn't working..see the course itself
https://www.sololearn.com/Course/CPlusPlus/?ref=app
0
Actually i have problem with my coding. I want to share it here but it exceed the maximum word. Is there any way to share my coding?