Untitled

mail@pastecode.io avatar
unknown
c_cpp
7 months ago
43 B
0
Indexable
Never
void increment(int* a) {
    *a = *a + 1;
}
Leave a Comment