Questions
Questions
1
23. WAP to find the LCM (Least Common Multiple) of two numbers.
24. WAP to swap two variables without using a third variable.
25. WAP to find factorial of a given number using recursion.
26. WAP to swap two variables using reference.