When we declare constant pointer to integer, we cannot change
1. Address in pointer variable
2. Chnages are not permitted
3. Either address in pointer variable or value at that address
4. Value pointed by the integer
Ans: ??
Answers
Answered by
0
Answer:
3
Explanation:
Since it is a constant so has fixed value so neither value nor adress can be changed
Similar questions