Ruby Programming Language Question:

Explain the difference between nil and false in ruby?

Ruby Interview Question
Ruby Interview Question

Answer:

False is a boolean datatype
Nil is not a data type


Previous QuestionNext Question
Explain about ruby code blocks?Explain the use of global variable $ in Ruby?