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. a[i]=5; i[i]=5
  • C. char c [10];char*c;
  • D. void bar(int); void bar (int x)
View Answer Discuss in Forum Workspace Report
বিভিন্ন মন্ত্রণালয় | সহকারী ম্যানটেনেন্স প্রকৌশলী | 24-05-2022
More