Code: main() { int i=10; fn(i); printf("%d",i); } fn(int i) { return ++i; }
Separate names with a comma.