Thread: Answer to these questions

  1. #1
    Registered User
    Join Date
    Apr 2011
    Posts
    17

    Answer to these questions

    1. A(n)______________________is a group of related records.
    2. Digits, letters and special symbols are referred to as__________________.
    3. A group of related files is called a(n)______________________.
    4. To facilitate the retrieval of specific records from a file, one field in each record is chosen as a_____________.
    5. Member function__close ()_______________of the file streams fstream, ifstream and ofstream closes a file.
    6. The istream member function________________reads a character from the specified stream.
    7. Member function____open ()____________of the file streams fstream, ifstream and ofstream opens a file.
    8. The istream member function_______read ()______________is normally used when reading data from a file in random-access applications.
    9. Member functions____seekg_____________and____seekp_______ ________of istream and ostream, set the file-position pointer to a specific location in an input or output stream, respectively.
    10. The standard stream objects declared by header <iostream> are ___cout_______________, _______cin__________,_____________________and_____ ___________________.
    11. ostream member function________________outputs a character to the specified stream.
    12. ostream member function________________is generally used to write data to a randomly accessed file.
    13. istream member function_________________repositions the file-position pointer in a file.
    14. The string member functions __________gets the length of the string and _________________returns a specified set of characters from the string to a set location

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Sorry, this is not a homework answering service. You should actually venture your own answers then ask something specific.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    -bleh-
    Join Date
    Aug 2010
    Location
    somewhere in this universe
    Posts
    463
    read the textbook?
    "All that we see or seem
    Is but a dream within a dream." - Poe

  4. #4
    Registered User
    Join Date
    Jul 2010
    Location
    Oklahoma
    Posts
    107
    mdennis10,

    5, 7, 8 and 9 already have answers. Are you asking if they are correct? Do you have any responses for the remaining questions that you would like to discuss?

    Best Regards,
    Kept the text books....
    Went interdisciplinary after college....
    Still looking for a real job since 2005....

    During the interim, I may be reached at ELance, vWorker, FreeLancer, oDesk and WyzAnt.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. !!Everybody *has* to answer this one!!
    By abh!shek in forum A Brief History of Cprogramming.com
    Replies: 101
    Last Post: 02-07-2008, 08:16 PM
  2. A couple of questions that someone might know the answer to...
    By Finchie_88 in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 04-15-2005, 08:26 AM
  3. Please answer this
    By Lurker in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 02-25-2004, 11:43 AM
  4. Questions ab an answer...
    By JohnMayer in forum C Programming
    Replies: 8
    Last Post: 08-11-2002, 11:06 PM
  5. please answer this for me.
    By incognito in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 02-25-2002, 02:31 AM