Which formal parameter declaration is appropriate for the foo function below? void foo( /* what goes here? */); int i; f
Posted: Mon May 02, 2022 12:06 pm
Which formal parameter declaration is appropriate for the foo function below? void foo( /* what goes here? */); int i; foo(&i); Select one: O int& n int n O int* n[] int* n