Respuesta :

Answer:

In computer science, a literal is a notation for representing a fixed value in source code.  An anonymous function is a literal for the function type. In contrast to literals, variables or constants are symbols that can take on one of a class of fixed values, the constant being constrained not to change.

Explanation: