Thread: to amend the C program

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    May 2012
    Posts
    12

    to amend the C program

    Based on the program defined in Listing 2, i am required to amend the C program to introduce a function, which implements the behaviour defined from line 5 to line 10. The function should be declared as follows:
    It should be called input,
    It should take one argument a reference to a Student struct object and has void return type.
    It should be called from the main() function.
     The function prototype and implementation should be contained in the same file as the
    main() function.
     For this question you are required to write the C code for the function declaration, definition and the amended main function.

    CAN ANYBODY HELP TO SOLVE THIS PLEASE??

    Last edited by AG1; 06-17-2012 at 11:12 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 1
    Last Post: 03-16-2010, 10:17 AM
  2. Replies: 1
    Last Post: 03-03-2009, 04:47 PM
  3. Replies: 48
    Last Post: 09-26-2008, 03:45 AM
  4. Replies: 5
    Last Post: 08-16-2007, 11:43 PM
  5. Replies: 18
    Last Post: 11-13-2006, 01:11 PM