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