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 13739main() { 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 12108Post New LG C Code Interview Questions
What is the default value of datetime in c#?
if you encounter this kind of an error message, what you need to look into to solve this problem? : Sql server database administration
What is the shortcut for format cell in excel?
Hi Gurus, Kindly give few practical examples in GAP analysis where we cannot map into SAP from legacy system.
What are the 5 steps of orm?
How do I find my rss feed url?
What is refs?
What statement will be found in an sap application program that implements a function module exit?
Explain clearly how to explain any (sales) project in interview. Actually feom where report developer work starts?pls reply as soon as possible?
What are the three managerial functions? Explain.
What do you mean by dynamic memory allocation in c?
Difference between primary key and clustered index?
How can you define the minimum version of android required?
What are the vital features of sybase?
Differences between intermediate operations and terminal operations of java 8’s stream api?