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