Answer:
B. Scheme is a fully curried language that does not do delayed evaluation.
Step-by-step explanation:
Scheme is a functional programming language that accepts first or higher-order functions and is a family of the LISP programming language. The syntax in scheme supports both curring and uncurring.
It also supports delayed evaluation and lazy evaluation of its coding statements