Evaluati urmatoarea expresie:
int i=1;
int j=2;
int k=-7;
printf("\n%d", i+j+k==-2*j);

Raspuns:_____________________