Untitled

Anonymous
c_cpp
03/11/2024 6:28 PM
60 B
18
Indexable
void increment(int* a) {
    *a = *a + 1;
}
Editor is loading...
Leave a Comment