Computer Science, asked by Negijanki195, 1 year ago

Which is the correct syntax to declare constant pointer? 2 points



a. Int *const constptr;



b. *int constant constptr;



c. Const int *constptr;



d. A and c both?

Answers

Answered by Anonymous
15

Explanation:

Which is the correct syntax to declare constant pointer? 2 points

a. Int *const constptr;

b. *int constant constptr;

c. Const int *constptr;

d. A and c both?

Similar questions