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 14367Post New rsystems C Code Interview Questions
Explain when are intermolecular forces the strongest?
How do you clear a list in java?
Is php free to use?
Explain what is detailed category?
Is jdbctemplate thread safe?
Can derived classes have greater accessibility than their base types?
what is the personnel calculation rule (pcr)?
what is bdoc?bdoc types?how to find bdoc error cheak?how to monitoring? how to bp replicate ecc to crm?how to cheak bp replication? what is the diference between inbound vs outbound queues? what is middleware configure settings? what is the delta download,how to process? what is the difference between intialload vs delta download? what is site?site,publication,subscription diferences? what is the difference middleware coakpit vs trace? what is the middleware parameters?how many types and diferences?
why we write function's implementation in .h file while developing the Web application through VC++?
Why did you sit for the interviews for this company?
Will my apps still work after I upgrade?
What are test settings and global settings?
Why css is used in html?
If you know expected value is 500 and the standard deviation is 12, you can say with approximately a 95 percent confidence rating which of the following? A. The activity will take between 488 and 512 days. B. The activity will take between 464 and 536 days. C. The activity will take between 494 and 506 days. D. The activity will take between 476 and 524 days.
What are limitations of FMT?