In Ruby, what is the keyword used to define a constant?
A. constant_name = value
B. constant name : value
C. CONSTANT_NAME = value
D. constantName(value)
Answer: Option C
Related Questions on Data Types and Variables in Ruby
A. constant_name = value
B. constant name : value
C. CONSTANT_NAME = value
D. constantName(value)
Answer: Option C
Join The Discussion