Write a note on functions and its advantages. (Google it)
What is the use of arguments/parameters.
program for volume of cylinder without arguments.
Program for greatest of 2 Nos without arguments.
Program for palindrome of a number without arguments.
Program for greatest element of array without arguments.
Program for Volume of cylinder and cone with arguments.
Program for greatest of 2 Nos with arguments.
Program for Reverse of a numberusing arguments (Pass 'N' as argument).
Program for greatest of 3 Nos with argument with return.
Write a function : doTotal() With 3 subject Marks as arguments and return total to main().
Then Pass total from main() to function : doPer(), to calculate Percentage and return 'Per' to main() and show on Screen.
Program for simple Interest using call by reference.
Program for greatest element of array using passing array as argument.
Program for sum of 2 arrsy using passing both arrays as arguments.