Given the initialization of variables as below,
int x= 10;
int * const c ptr = &x;
int const * ptr_c = &x;
Which of these code snippets will increment the value of x.
Answers
Answered by
6
Answer:
Explanation:
seeeeeeee how it hthrbth
Similar questions