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