Discuss Forum
1.
Which of the following pairs of statements are not treated as identical by the compiler?
- A. int foot (int*i); int foo(inti[])
- B. int foot (int*i); int foo(inti[])
- C. int foot (int*i); int foo(inti[])
- D. int foot (int*i); int foo(inti[])
Answer: Option C
Explanation:
Post your comments here: