Untitled

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