arrays of & pointers to structures in C

Discussion in 'C' started by imported_Andrew, Feb 5, 2011.

  1. imported_Andrew

    imported_Andrew New Member

    Joined:
    Feb 5, 2011
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hi good people?
    Please assist me with the code to this problem in a typical C source code on Windows platform:

    Question:
    A lecturer keeps a record containing the following data for each student;name,registration number,unit,exam score and grade based on any logical grading system.
    1. using arrays write a c program that stores the above details in an array of records for an unspecified number of students.
    2. using pointer to a record write a c program that stores the above details in an array of records for a number of students.
    -the program should be menu-driven.

    Kindly assist in coming up with the code of the above problem .Thanks in advance and keep up the good job you guys are doing!
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice