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


Please Help Members By Posting Answers For Below Questions

In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

774


In a switch statement, explain what will happen if a break statement is omitted?

641


What is static function in c?

638


What is a dynamic array in c?

599


Explain what is the heap?

625






how to print the character with maximum occurence and print that number of occurence too in a string given ?

2039


What is variables in c?

611


What is the 'named constructor idiom'?

644


What is operator promotion?

632


What is conio h in c?

629


write a program to concatenation the string using switch case?

1562


What is the difference between ā€˜gā€™ and ā€œgā€ in C?

2592


Was 2000 a leap year?

635


What is a const pointer?

640


Write the test cases for checking a variable having value in range -10.0 to +10.0?

1821