Recent posts tagged mumbai

1
int main() { int a; char *x; x = (char *) &a; a = 512; x[0] = 1; x = 2; printf("%d\n",a); return 0; }output?A. M/C dependentB. 513C. 258D. compiler error
To see more, click for the full list of questions or popular tags.