How can I call a function, given its name as a string ?(i.e .suppose u have five diff functions..eg% add,sub,mul,div,rem and in ur main u get the name of the function to b called from the user as a string ...then how d u invloke the right function using the string which u have now in the main) Please dont say using an if loop..this is very trivial..think to our standards...