Ans: Function overloading refers to the use of the same function
for different purpose. This means that we can use the same function name to
create functions that perform a variety of different task. This is also known
as function polymorphism in OOPs.
Answer: Manipulators are special functions that can be included in the I/O statement to alter the format parameters of a stream. Table-2 shows some important manipulator functions that are frequently used. To access these manipulators, the file < iomanip.h > should be included in program. Table-2 Manipulators Equivalent ios function set...
Comments
Post a Comment