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 14297Post New rsystems C Code Interview Questions
quantizer means?
How does global value mutation use for thread-safety?
what are variables(business objects) in ibm bpm?
How does list work in java?
How to get the n-th field from a Unix command output?
What is auth0 authentication?
What id the meaning of MIS ? MIS nasure, charactersitcs, purpose ? how can the leanr about them ?
How do I change the default font in microsoft word 2007?
where do we use htaccess?
What is the difference between socket & port?
How to get current action id in yii ?
What is the APK format in Android?
Explain what are differential gain and common-mode gain of a differential amplifier?
What is aop?
What happens to a static var that is defined within a method of a class?