Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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
Please
log in
to post a comment.
День Программиста
test
FindMissingBinom
Wygner aprendizado
typedef 2
Metodos mejorado
Two-phase sample with GCC
template
TempQuickDoubly
NBiggestNum
Please log in to post a comment.