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 array of pointers to string?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Explain what is the difference between the expression '++a' and 'a++'?
How is = symbol different from == symbol in c programming?
Explain pointers in c programming?
What is the c value paradox and how is it explained?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What does *p++ do? What does it point to?
How can I insert or delete a line (or record) in the middle of a file?
What are c header files?
Is linux written in c?
Write a program to check palindrome number in c programming?
Why is c known as a mother language?
What is 2 d array in c?
what is recursion in C