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
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
Physics,
6 months ago
Social Sciences,
6 months ago
English,
6 months ago
Computer Science,
1 year ago
History,
1 year ago
Math,
1 year ago