In this program, i need to input student particulars eg. Name, sex, exam results.
So i have used structure to input information with the help of functions. However the information is only kept temporary on that particular function and if i prompt for it outside the funtion, it will give a wrong output. The code which i did are as follows and i will trully appreciate if some kind soul will help.