Computer Science, asked by meghapg0978, 1 month ago

#include <stdio.h>
int main()
{
int a = 5, b = 10, C = 3, x;
x = a - -b++ + C;
printf("x = %d", x);
return 0;
}
پا​

Answers

Answered by ushadubey555
0

Answer:

wow same question is in my booook also

Explanation:

#include <stdio.h>

int main()

{

int a = 5, b = 10, C = 3, x;

x = a - -b++ + C;

printf("x = %d", x);

return 0;

}

پا#include <stdio.h>

int main()

{

int a = 5, b = 10, C = 3, x;

x = a - -b++ + C;

printf("x = %d", x);

return 0;

}

پا

Similar questions