A true intellectual

You can't make me.

beautiful

int increment_by_one();

int main() {
int v;
increment_by_one(v);
return v;
}

int increment_by_one(n){
n = n + 1;
return n;
}

I need something better to do than this.

>If you don't like it, why did you intentionally enter the thread and reply to it? You only encourage it. If you lack self control, try the hide and filter features. If a thread breaks the rules, report it. It's that simple.
>You may not like this but it's not breaking any rules, so you should just ignore it and either go into threads you do like and reply to posts you like or make some of your own.
>What you're doing is counter to yourself only.
Shut up autisto

Force the result to be a pointer
void increment_by_one(int input, int *result);

kill yourself OP

The irony is that getting upset over people preferring different things than yourself is actually an autistic trait.

you have to go back

Couldn't you just drop the whole thing down to pointers to reduce memory usage?

I'm sorry but that's not going to happen.