Top

Discussion

If n has the value 3, then the statement
 

a [++n] = n++ ;

 

  • A.assigns 3 to a [5]
  • B.assigns 4 to a [5]
  • C.assigns 4 to a [4]
  • D.what is assigned is compiler-dependent

Answer: D

No answer description available for this question.

No comment is present. Be the first to comment.
Loading…

Post your comment