61. The class which derives the property from other is
called as ________.
A. super
B. derived
C. subordinarte
D. base
ANSWER: B
62. The other name for derived class is __________.
A. subclass
B. super class
C. subordinate class
D. base class
ANSWER: A
63. The built-in library function is alnum() is testing to
determine if the the argument is _______.
A. one of "all" numbers available from the
keyboard..
B. an alphabet character.
C. an ASCII character.
D. an alphanumeric.
ANSWER: D
64. What does your class can hold?
A. data
B. functions
C. both a & b
D. none of the mentioned
ANSWER: C
65. Which is used to define the member of a class
externally?
A. :
B. ::
C. #
D. none of the mentioned
ANSWER: B
66. ____________ is not an arithmetic operator.
A. +
B. -
C. *
D. ==
ANSWER: D
67. ____________ is an entry controlled looping statement.
A. for
B. repeat
C. until
D. do..while
ANSWER: A
68. Which of the following is an exit controlled looping
statement?
A. for
B. while
C. do..while
D. repeat
ANSWER: C
69. Which of the following correctly declares an array?
A. int array[10];
B. int array;
C. array{10};
D. array array[10];
ANSWER: A
70. What is the index number of the last element of an array
with 9 elements?
A. 9
B. 8
C. 0
D. Programmer-defined
ANSWER: B
No comments:
Post a Comment