Sail E0 Webinar
Question
Comment on the output of this C code?
int main()
{
int a = 10;
int **c -= &&a;
}
Options:
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: Option B


None.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers