A

Admin • 833K Points
Coach

Q. Which operator is used to unwrap an optional value forcibly?

  • (A) ??
  • (B) !
  • (C) ->
  • (D) as!
  • Correct Answer - Option(B)
  • Views: 27
  • Filed under category Swift (iOs)
  • Hashtags:

Explanation by: Admin

`!` is used to force unwrap an optional, assuming it’s not nil.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.