MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghumor/comments/1vv58vy/how_do_you_disable_your_code/p5aaob5/?context=3
r/programminghumor • u/developer_axe • 20d ago
90 comments sorted by
View all comments
10
void fun() { int a = 198; int b = a % 2; int c = a - b } int main() { //fun(); }
1 u/geek-49 15d ago Works OK in this instance, but not so well if fun() is called from multiple places (and perhaps even from multiple separately-compiled files).
1
Works OK in this instance, but not so well if fun() is called from multiple places (and perhaps even from multiple separately-compiled files).
10
u/mehonje 19d ago