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