CBSE eBooks CBSE Guess > eBooks > Class XII > Computer Science By . Mr. MRK
Chapter – 1 C++ Revision Tour 1. f. In the following C++ program what is the expected value of Mysore from options (i) to (iv) given below.Justify your answer. 2 #include<stdlib.h> void main( ) Ans: Expected Output: (ii) None of the above. 2006 Delhi: 1.a. Name the header file to which the following below: Ans: (i) abs( ) - math.h, stdlib.h, complex.h (ii)isupper( ) - ctype.h 1.e. Find the output of the following program: 2 #include<iostream.h> Ans: Output: 2 2006 Outside Delhi: 1.a. Name the header file to which the following belong: 1 Ans: (i) abs( ) - math.h, stdlib.h, complex.h (ii) random( ) - stdlib.h 1.e. Find the output of the following program: 2 #include<iostream.h> Ans: Output -2 |