A) boolean type B) integer type C) character type D) array type E) None of the above
A) char B) string C) int D) void E) float
A) nextline B) alert C) tabspace D) alone E) form feed
A) integer B) boolean C) character D) All of the above E) float
A) array(6) B) array[6] C) array(7) D) array(5) E) array[7]
A) All of the above B) macros C) both data & functions D) only data E) only functions
A) : B) :: C) # D) @ E) ?:
A) type B) structure C) typedef D) def E) union
A) private B) both private & protected C) public D) protected E) All of the above
A) ; B) // C) :: D) . E)
A) None of the above B) typedef ExistingDataType NameByUser C) def NameByUser ExistingDataType D) typedef NameByUser ExistingDataType
A) outside the program B) None of the above C) whole program D) inside that block only
A) inline functions B) None of the above C) conditional operator D) friend functions
A) All of the above B) data binding C) polymorphism D) encapsulation E) inheritance
A) zero B) four C) three D) one E) two
A) @ B) ~ C) # D) % E) !
A) copy constructor B) friend function C) inline function D) default constructor E) constructor
A) One B) Multiple C) Two D) Three E) All the above
A) protected B) public C) private D) friend E) static
A) None B) virtual function C) constructor D) destructor E) main |