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