Question on structures, arrays and functionsThanks a lot, Manga and Anthony! I have understood that I have to pass [i] int n[/i] also as a para...
Question on structures, arrays and functionsHi, I have to write a C++ program by passing structs to three functions [i]Input_stud [/i] (to enter...
Passing structures to functions.I have finally understood the whole concept. Thank you everyone for your help. I immensely apprecia...
Passing structures to functions.Okay.. Do u mean that it should be like this? I am still not getting the answer right.:/ [code]#inc...
Passing structures to functions.@MiiNiPaa Well... I think both [i](student)[/i] and[i] (student&)[/i] access the same data structur...