5 lines
61 B
Text
5 lines
61 B
Text
int main(){
|
|
int b[3];
|
|
int * c = &b[2];
|
|
int * f = &b[1];
|
|
}
|