int main() {
int i=-10
i=+1
printf("i = %d, +1 = %d \n",1,+1),
return 0;
}
Answers
Answered by
0
Answer:
if u put any value it will be added with +1
Similar questions