main() { int (*functable[2])(char *format, ...) ={printf, scanf}; int i = 100; (*functable[0])("%d", i); (*functable[1])("%d", i); (*functable[1])("%d", i); (*functable[0])("%d", &i); } a. 100, Runtime error. b. 100, Random number, Random number, Random number. c. Compile error d. 100, Random number
1 14162Post New rsystems C Code Interview Questions
What is the difference between $argv and $argc? Give example?
How do I split a word table into two?
What you mean by filtering of data?
What is the main difference between interfaces and xi, I think both are cross-applications right?
Give details of your interested designation, the post you are interested to serve the company better and explain why you think you can serve the company better in such position if employed?
Where do I put css?
What is a Work Schedule Rule?
How i should sellone the mobile phone when interviewer will ask sell this phone to me?
Explain the logic testing?
How can I get tier value in magento 2?
Can you explain apache ambari?
What is the difference between kill and kill in linux?
What are naming convention for php file?
What are email automation commands?
What is the difference between versions 1.0 and 1.1 of the xml namspaces recommendation?