Q. If a function is declared as void fn(int *p), then which of the following statements is valid to call function fn?
β
Correct Answer: (B)
fn(x) where x is defined as int *x;
You must be Logged in to update hint/solution
Discussion
Question Analytics
729
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
96%
Success Rate