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

what are the 10 different models of writing an addition program in C language?

0 Answers  


What is anagram in c?

0 Answers  


Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table

3 Answers   Value Labs,


print the table 5 in loops

3 Answers  


Explain what are the standard predefined macros?

0 Answers  






main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??

19 Answers   EBS, Ramco, Sangwin, TCS,


c programming of binary addition of two binary numbers

4 Answers  


Who is invented by c?

24 Answers   Infosys, Mphasis,


what is difference between array and structure?

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


Explain what math functions are available for integers? For floating point?

0 Answers  


What is string in c language?

0 Answers  


What is the use of function in c?

0 Answers  


Categories