Which of the following pairs of statement are not treated as identical by the compiler ?

A int foo(int*i);int foo(int i [])

B a[i]=5;i[a]=5;

C char c[0];char*c

D void bar(int);void bar (int x);

Solution

Correct Answer: Option B

Practice More Questions on Our App!

Download our app for free and access thousands of MCQ questions with detailed solutions