What will be the output of the program?


#includestdio.h
int main()
{
int y=128;
const int x=y;
printf("%d\n", x);
return 0;
}

Posted on by