#include
#include
void f(n){
int a[n];
a[n]=12;
printf("%dn",a[-1]);
return;
}
int main(){
f(5.5);
return 0;
}
#include
#include
void f(n){
int a[n];
a[n]=12;
printf("%dn",a[-1]);
return;
}
int main(){
f(5.5);
return 0;
}
WENXUECITY.COM does not represent or guarantee the truthfulness, accuracy, or reliability of any of communications posted by other users.
Copyright ©1998-2024 wenxuecity.com All rights reserved. Privacy Statement & Terms of Use & User Privacy Protection Policy