Thread: anybody please answer this question

  1. #1
    Registered User
    Join Date
    Mar 2005
    Posts
    1

    anybody please answer this question

    Consider a student database with following entries:

    Roll_No (format IITG roll_no. and unique)
    Name (may have many words, like first name, last name etc.)
    branch (branch available in IITG)
    Hostel Name (IITG Hostel Name)
    Date of Birth
    Year of joining at IITG

    Write a menu based C program for performing operation such as ADD, DELETE, SEARCH, MODIFY, DISPLAY, EXIT etc on student file.

    NOTE :
    a) For ADD operation take records from user and store it in an array/structure. After taking the input, display information regarding validity like hostel name etc. and prompt user for saving it. If yes then save it to data file else delete the record.
    b) SEARCH operation can be performed based on any fields.
    c) When you perform search based on some criteria, all the records macthing the criteria should be displayed.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    http://cboard.cprogramming.com/showthread.php?t=62917
    Same rules as applies to them applies to you as well.

    When you've made some reasonable attempt at actually doing more than just dumping your assignment on the board, feel free to start another thread with your code and actual questions.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. some question asking for answer...
    By mat13mat in forum C++ Programming
    Replies: 6
    Last Post: 04-30-2008, 03:40 AM
  2. C++ Question with uncomplete answer..anyone can solve it?
    By jason07 in forum C++ Programming
    Replies: 9
    Last Post: 09-13-2005, 04:56 PM
  3. Please Answer My Question:
    By DeanDemon in forum C++ Programming
    Replies: 2
    Last Post: 12-17-2002, 12:50 AM
  4. Very simple question, problem in my Code.
    By Vber in forum C Programming
    Replies: 7
    Last Post: 11-16-2002, 03:57 PM
  5. Easy question, (should be) easy answer... ;-)
    By Unregistered in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 06-12-2002, 09:36 PM