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