mirror of
https://github.com/bootdotdev/fcc-learn-golang-assets.git
synced 2025-12-10 07:11:19 +00:00
10 lines
170 B
JSON
10 lines
170 B
JSON
{
|
|
"question": "What is the value of *y after the code on the left executes?",
|
|
"answers": [
|
|
"100",
|
|
"a memory address pointing to x",
|
|
"nil",
|
|
"50"
|
|
]
|
|
}
|