Tag: programming languages

Questions Related to programming languages

  1. show(byte b){ }

  2. show(long l){ }

  3. none of the above

  4. compilation error


Correct Option: B
  1. show(float f){ }

  2. show(int i){ }

  3. show(double d){ }

  4. none of the above


Correct Option: A