OUTPUT ???
#include stdio.h

int main()
{
int a;
int b=2;
int x[5] = { 1,2,3,4,5};
a=5*4+x[--b]-(8/b);
printf("%d",a);

return 0;
}


Posted on by