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