CBSE Guess > Papers > Important Questions > Class XII > 2010 > Computer Science > Computer Science By MRK CBSE CLASS XII 2009 Outside Delhi: 1.a. What is the difference between Actual Parameter and Formal Parameter? Give an example in C++ to illustrate both types of parameters. Ans. The parameters in the function call statement (or calling function) are called as Actual Parameters. Eg: 1.b. Write the names of the header files to which the following belong:(i) setw( ) (ii)sqrt( ) Ans. (i) setw( ) – iomanip.h 1.c. Rewrite the following program after removing the syntactical errors (if any). Underline each correction. include <iostream.h> Paper By Mr. MRK |