LG Soft PlacementPaper Not Specifiedn 21 January 2010
LG SOFT PAPERInstructions: 1. Please ignore any case-sensitive errors and un-included libraries. 2. You may use the back of this question paper for any rough work. main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; } a. Runtime error. b. Runtime error. Access violation. c. Compile error. Illegal syntax d. None of the above main(int argc, char *argv[]) { (main && argc) ? main(argc-1, NULL) : return 0; } a. Runtime error. b. Compile error. Illegal syntax c. Gets into Infinite loop d. None of the above main() { int i; float *pf; pf = (float *)&i; *pf = 100.00; printf("%d", i); } a. Runtime error. b. 100 c. Some Integer not 100 d. None of the above main() { int i = 0xff; printf("%d", ipName);...