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