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 13342main() { 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 11851Post New LG C Code Interview Questions
What is the use of cakephp?
What are reflections in c#?
What is offset limit?
Is there a sort function in java?
How to configure yii application with database?
What is printf () in c?
What are the advantages of using sap hana db over other traditional database for bi reporting?
What does regsvr32 exe do?
Is an interface a type c#?
Why hibernate is preferred over jdbc?
What are the types of Session Tracking ?
How to check jdbc driver version in sql server?
How do you write a function that can reverse a linked-list?
What are the advantages of LINQ over stored procedure?
How do you do a presentation?