Files
bootdotdev-fcc-learn-golang…/course/11-pointers/exercises/3b-pointers_quiz/multiple_choice.json
wagslane 9be3074de6 first
2023-05-01 15:25:27 -06:00

10 lines
169 B
JSON

{
"question": "What is the value of x after the code on the left executes?",
"answers": [
"100",
"a memory address pointing to x",
"50",
"nil"
]
}