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