📢 Too many exams? Don’t know which one suits you best? Book Your Free Expert 👉 call Now!

  • google app store apple app store

    • Question

      Suppose that x is a one dimensional array, then choose

      the correct answer regarding array.
      A *(x + n) is same as &x[n] Correct Answer Incorrect Answer
      B *&x[m] is same as x + m Correct Answer Incorrect Answer
      C *(x + n) is same as x[n] +1 Correct Answer Incorrect Answer
      D *(x + n) is same as *x[n] Correct Answer Incorrect Answer
      E All are correct Correct Answer Incorrect Answer

      Solution

      The correct answer is A

      Practice Next
      ask-question