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

A int foot (int*i); int foo(inti[])
B a[i]=5; i[i]=5
C char c [10];char*c;
D void bar(int); void bar (int x)

Correct Answer: char c [10];char*c;

Bissoy MCQ

Related Questions

Out of the following pairs, choose the pair in which the physical quantities do not have identical dimension?
Out of the following pairs, which one does not have identical dimension?
Which of the following errors are identified by the compiler?
In which way can the closure compiler can be used?
Which is a permanent database in the general model of the compiler?

Next steps