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 13723main() { 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 12101Post New LG C Code Interview Questions
What is the difference between Aims & objectives?
List some advantages and disadvantages of automation testing.
what is Networking?
What does pi stand for?
Explain Various methods for staging and assessing resectability in gall bladder cancer?
Explain true positive, true negative, false positive, and false negative in confusion matrix with an example.
What is difference between save and saveorupdate in hibernate?
Does java have a compiler?
What is yii framework?
What is data encapsulation in objective-c?
how much C & F will get from company
How do I check if my windows 10 key is genuine?
What is div short for?
What is the wet bulb globe temperature (wbgt)?
How do you declare a variable that will hold string values?