0

May I ask how to pass value from one function to another function in structure array? And what is mean by alternative parameter?

8th Jan 2021, 12:09 PM
NUR FAIZAH BINTI ABIDIN -
NUR FAIZAH BINTI ABIDIN - - avatar
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
8th Jan 2021, 1:06 PM
Aditya
Aditya - avatar
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?
8th Jan 2021, 1:19 PM
NUR FAIZAH BINTI ABIDIN -
NUR FAIZAH BINTI ABIDIN - - avatar