Comment on the output of this C code?
int main() { int a = 10; int **c -= &&a; }
Answer: B
No answer description available for this question.