GAT Subject
Engineering
Computer Science Civil Engineering Chemical Engineering Agricultural Engineering Mechanical Engineering Electronics and Communication
35. | Which of the following statements will assign the address of the age variable to the agePtr pointer? | |
A. | agePtr = &age; | |
B. | agePtr = *age; | |
C. | &agePtr = age; | |
D. | *agePtr = age; | |