Question 1: Array is collection of:
A) Declared data
B) Un declared data
C) Homogeneous data
D) Heterogeneous data
Question 2: class used to derive other class are:
A) Base class
B) Derived class
C) Abstract class
D) Inherit class
Question 3: The class used to over ride the security provided by the class:
A) ios()
B) friend()
C) istream()
D) ostream()
Question 4: The first graphic library function to be executed is
A) detectgraph()
B) initgraph()
C) window ()
D) None of these
Question 5: Every call to a function is checked by the compiler against the:
A) Parameter list
B) Variable description
C) Function prototype
D) Program prototype
Question 6: How many instances of a class can be declared?
A) None
B) One
C) Ten
D) As many as require
Question 7: A syntax error is signaled by the:
A) Compiler
B) Linker
C) Eidtor
D) Run time system.
Question 8: The type of a function/procedure/module is determined by:
A) Its arguments
B) The value returned
C) Its name
D) None of the above
Question 9: Out of the following choose the correct statement.
A) String constant can be split
B) # include are written in multiple line
C) / / is used to indicate white spaces
D) Escape sequences are deoted by\operator
Question 10: Values can be input to variables in the program using the stream:
A) cin
B) cout
C) in
D) out