Int main() { int fun(); int i; i = fun(); printf("%d",i); return 0; } int fun() { int ax=1990; }
Answers
Answered by
0
Answer:
sorry dude but I cant understand what are you trying to write
Similar questions