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