Untitled

 avatar
unknown
c_cpp
a year ago
43 B
3
Indexable
void increment(int* a) {
    *a = *a + 1;
}
Editor is loading...
Leave a Comment