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