You are on page 1of 1

UNIT-IV C++ I/O system, formatted I/O, creating insertors and

extractors, file I/O basis, creating disk files and file


manipulations using seekg(), seekp(), tellg() and tellp()
functions, exception handling: try, catch and throw.
a) Write the syntax am.d example of seekg(), seekp().

b) What is File? What are steps involved in manipulating a file in C++ program?

a) Describe briefly the features ofl/O stream supported by C ++.

b) What are user defined Manipulators? Write a program to create inserter.

What is the basic difference between manipulators and ios member function in
implementation ? give examples

Explain the concept of exception handling in c++

A) How is cout able to display various type of data without any special
instruction

You might also like