Math, asked by sabari18, 4 days ago

int main() {
int i=-10
i=+1
printf("i = %d, +1 = %d \n",1,+1),
return 0;
}

Answers

Answered by tanmeshv
0

Answer:

if u put any value it will be added with +1

Similar questions