What is the output of this C code?
void main() { int x = 0; int *ptr = &5; printf("%p\n", ptr); }
Answer: D
No answer description available for this question.