I have 100 functions with different names.I will have to call from main function by accepting the name of the function from the user.
for example user entered 'add' ,then it will call add function which
is immediately below the main funtion.For that i am using 100
comparission statements.Is...