ProgrammingDefine recursive function. Write a program to find factorial of a number with recursive function.
ProgrammingWrite a program in C to read the contents of a file, convert them into uppercase and copy to another file using file handling.