Which formal parameter declaration is appropriate for the foo function below? void foo( /* what goes here? */); int i; f
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which formal parameter declaration is appropriate for the foo function below? void foo( /* what goes here? */); int i; f
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!