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