Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Go
medium
Go
iota and typed enums
Single-choice MCQ
What does this iota-based declaration assign to KB?
const ( _ = iota KB = 1 << (10 * iota) MB GB )