Types of array - C programming

Q.  C programming : Suppose that x is a one dimensional array, then choose the correct answer regarding array.
- Published on 19 Oct 15

a. *(x + n) is same as &x[n]
b. *&x[n] is same as x + n
c. *(x + n) is same as x[n] +1
d. *(x + n) is same as *x[n]

ANSWER: *(x + n) is same as &x[n]
 

    Discussion

  • ishwarrawliya   -Posted on 22 Aug 16
    noting else

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)