Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyGopointers and receiversSingle-choice MCQ

What is the value of `p` after this code runs?

package main func main() { p := new(int) _ = p }