How can I call a function, given its name as a string?
Answer Posted / ashay
Ashay here according to the programming scenario u cannot
give a function the name of a system defined identifier and
string is a system defined identifier and as aresult of
which u r unable to call
| Is This Answer Correct ? | 9 Yes | 8 No |
Post New Answer View All Answers
What is the difference between null pointer and wild pointer?
What does d mean?
What should malloc(0) do?
How do we declare variables in c?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
Why do we use pointer to pointer in c?
What are the advantages of using macro in c language?
Why we use void main in c?
What do you understand by friend-functions? How are they used?
How to find a missed value, if you want to store 100 values in a 99 sized array?
explain what is an endless loop?
Explain what standard functions are available to manipulate strings?
What is binary tree in c?
What is the purpose of sprintf?
What is a wrapper function in c?