How can you call a function, given its name as a string?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Can the curly brackets { } be used to enclose a single line of code?

0 Answers  


Why use int main instead of void main?

0 Answers  


What is the collection of communication lines and routers called?

0 Answers  


How can you find out how much memory is available?

0 Answers  


why we are using float in C

4 Answers  


Are c and c++ the same?

0 Answers  


how to write a bubble sort program without using temporary variable?

1 Answers   Aricent,


what is difference between array and structure?

44 Answers   College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,


What does it mean when the linker says that _end is undefined?

0 Answers  


What is the difference between declaring a variable by constant keyword and #define ing that variable?

1 Answers  


Why c language?

0 Answers  


Result of the following program is main() { int i=0; for(i=0;i<20;i++) { switch(i) case 0:i+=5; case 1:i+=2; case 5:i+=5; default i+=4; break;} printf("%d,",i); } } a)0,5,9,13,17 b)5,9,13,17 c)12,17,22 d)16,21 e)syntax error

8 Answers   IBM,


Categories