Top

Discussion

Comment on the output of this C code?

int main()
{
int a = 10;
int **c -= &&a;
}

 

  • A.You cannot apply any arithmetic operand to a pointer.
  • B.We don’t have address of an address operator
  • C.Both (a) and (b)
  • D.None of the mentioned.

Answer: B

No answer description available for this question.
 

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

Post your comment