Help for this page
Select Code to Download
Select
or
download this
int main() { int x = 42; ... } return 0; }
Select
or
download this
if (x==42) { x++; int y = 99; ... }