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