Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyGofor-range semanticsSingle-choice MCQ

What does this loop print?

for _, r := range "abc" { fmt.Printf("%c ", r) } // output?