COMPUTER SCIENCE
cycle test-vi
vol 2: 1 and 12 lessons
TIME : 03:00 hr STD: XII B AND C MARK : 150
I. Choose the correct answer: 75 X1 =75
1.Which amongst the following called “address of operators” in c++?
a):: b)size c)& d)*
2. 5846E1 represents
a)5.864 b)0.05864 c)58.64 d)0.5864
3.In the array, int sales[2][4]; the first row and second column is
a)sales [1][2] b)sales [2][1] c)sales [0][1] d)sales [1][0]
4.Data type can be classified into how many types in c++?
a)2 b)3 c)4 d)5
5.In c++, the destructor start has tilled symbol sub fixed by
a)# b)
c)* d)class name