Skip to main content
Journey Uncommon Logo
JourneyUncommon
easySwiftaccess controlSingle-choice MCQ

What is the default access level of a type or member in Swift when you write no access modifier?

struct Widget { var label = "" }