Which of the statements is correct about the program?
#include int main() { int i=10; int *j=&i; return 0; }
Answer: C
No answer description available for this question.