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
4 13470main() { int i; float *pf; pf = (float *)&i; *pf = 100.00; printf("\n %d", i); } a. Runtime error. b. 100 c. Some Integer not 100 d. None of the above
2 11954Post New LG C Code Interview Questions
what is the calibration procedure for transweigh make weigh feeder?
What is dangling pointer in c?
Is django an ide?
What is naive bayes in machine learning?
What is information model and why is it required?
What is the default port for MySQL Server?
How do you search vs code?
Would you differentiate between fluid layout & responsive layout?
Can anyone please tell in detail about the Rally tool and how a tester is going to use it.
What is externalizable interface?
Hi friends I want to know about what r the dimensions in the banking porjects and genarally how many tables r in project ?
What is the output of the following php code?
How do I run a php file?
List out the available drill modes? : sap bobi
Is c++ map a hash table?