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