DSA assignment 0 shreyash saxena 590027406 Q1 Write a C program to check whether a given number is prime or not. Q2 Write a C program to find factorial of a given number. Q3 Write a C program to find the reverse of a given n digit number. Q4 Write a C program to print the Fibonacci series up to n terms. Q5 Write a C program to swap two numbers: (a) Using a temporary variable (b) Without using a temporary variable