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