#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
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