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