Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
namelookup
#include <iostream> int x = 12; void f(bool y) { int x = 12; if (y) { int x = 13; std::cout << x; // which x? } std::cout << x; // which x? } int main() { f(true); }
run
|
edit
|
history
|
help
0
test
temporaries and move constructor
Array Subset of another array
MyStringv2
Einstein's Physics
kickstartd
MyString
const test
ExtremeValues
Hello