GAT Subject
Engineering
Computer Science Civil Engineering Chemical Engineering Agricultural Engineering Mechanical Engineering Electronics and Communication
1. | Which of the statements is correct about the program? | |
A. | j and i are pointers to an int | |
B. | i is a pointer to an int and stores address of j | |
C. | j is a pointer to an int and stores address of i | |
D. | j is a pointer to a pointer to an int and stores address of i | |