Home / Report Question

Q. What is the purpose of `optional binding` in Swift?
  • A. To make a variable global
  • B. To define a lazy property
  • C. To safely unwrap an optional
  • D. To create a loop