CBSE eBooks CBSE Guess > eBooks > Class XII > Computer Science By . Mr. MRK
Chapter – 1 C++ Revision Tour 2002: 1.b.N ame the header files of C++ to which the following functions belong:2
Ans:
1.c. Find the syntax error(s), if any, in the following #include<iostream.h> Ans: #include<iostream.h> for( int y=0 ; y<10 ; y++) 1.d. Write the output of the following program. 2 void main( ) cout<<x- -; cout<<”,”; Ans: Output: 5,3,4,4 1.e. Write the output of the following program. 3 #include<iostream.h> { Ans: Output: 18,4 |