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

What is the difference between single charater constant and string constant?

596


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

586


What is console in c language?

586


How can you avoid including a header more than once?

540


Why we use void main in c?

566






Explain what are global variables and explain how do you declare them?

612


What are header files? What are their uses?

614


Explain how can you be sure that a program follows the ansi c standard?

830


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

3147


What's the total generic pointer type?

588


Differentiate between full, complete & perfect binary trees.

643


What is use of #include in c?

572


Explain the use of 'auto' keyword

649


What is a string?

634


what is stack , heap ,code segment,and data segment

2195