Computer Science, asked by suvechhasahoo5032, 2 months ago

void main(){int p=4;int *const ptr=&p;printf("%d",*ptr+1);printf("%d",*ptr++);}Select one:a. Compiler error: Cannot modify a constantObject.b. 44C. 55d. 45​

Answers

Answered by sumairah30
0

Answer:

sorry but I don't know the answer

Similar questions