Computer Science, asked by pacrat2526, 11 months ago

What will be the value of x and y for expresison y=x+ in c programming?

Answers

Answered by rishabhsingh0156
0

I'm not familiar with C

but in python 3

it gives the error (syntax error)

y += x

is the correct form

it did

y = y+x

y+=X are same

Similar questions