Functions (Q&A)
Functions (Q&A)
CHAPTER 12 FUNCTIONS
One mark questions
1. What is standard library function? (U)
ANS: A standard library is a collection of pre-defined functions which are accessed through
header files.
2. What is a function? (U)
ANS: A function is a named group of statements developed to solve a sub-problem and returns
ANS: The C++ standard library provides a large number of library functions (under different
ANS: iostream.h
6.Write any one library function of iomanip.h (A)
Page 1
Chapter 12 Functions I PUC -CS
Page 2
Chapter 12 Functions I PUC -CS
Page 3