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