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